Game - Jenga

Posted By: MTD

Game - Jenga - 03/31/11 19:18

Hello,

Made a game without a real name laugh
It's a small game (called as "Jenga") with PhysX
The gameplay is very "simple". Take or Push blocks and put them on top of the tower. wink
(Warning game has bugs)

Link to game: http://www.matudagames.com/Games/Blox
Link to download: Jenga Game

Small info on game control:
- Your most powerful controller - mouse
- Mouse middle for changing movement of block (push or move)
- Mouse left for camera rotate
- Mouse right for select and drop blocks
- Use "Submit score" button for uploading Your score

Some screens:

Posted By: xxxxxxx

Re: Game - Jenga - 03/31/11 19:33

great game! but i forgot to Submit my score frown
create a reset bottum...
xxxxxxx
Posted By: MrGuest

Re: Game - Jenga - 03/31/11 23:09

Nice, just needs a reset. Top Score! grin
Posted By: Anonymous

Re: Game - Jenga - 04/01/11 04:51

the clue of "jenga" is that the different bars have different friction.
some bars can easy removed some not.
Posted By: Damocles_

Re: Game - Jenga - 04/01/11 10:59

Hi, try out this flat material for the wood-blocks:

Code:
MATERIAL* mtlFlat =

{

	effect = "

	technique flatShaded {

		pass p {

			ShadeMode = FLAT;

		}

	}

	";

}



This will make them look sharper, and not so round.
Posted By: Roel

Re: Game - Jenga - 04/03/11 06:04

I whink I may call myself the worst Jenga player ever....
The game is nice, although it has some bugs as you already said,
as I could stil move blocks when the tower already collapsed.
Instead of applying the flat material, you could also bevel the edges of your blocks, which looks even better.
most modelling applications have this feature.
I didn't get the submit button to work.
I clicked it, and it did nothing.... except changing it's bitmap.
Posted By: MTD

Re: Game - Jenga - 04/03/11 22:02

Thanks for suggestions. Will try to add all possible & fix bugs. wink

MrGuest & xxxxxxx : Reset button added.
mercuryus : Will try to add some difficulty to physic blocks
Roel : Will add different block styles and remake the submit button
Damocles_ : Somehow can't get the flat thing to work. (Used Your suggested MATERIAL (Result in picture))


Posted By: Anonymous

Re: Game - Jenga - 04/04/11 06:00

"mercuryus : Will try to add some difficulty to physic blocks"

maybe you can set a random friction to each block.

Nice project so far - finish it please.
Posted By: Roel

Re: Game - Jenga - 04/04/11 16:16

about the material:

this is what Flat does
it simply doesn't look good on flat surfaces, I tried once myself
You could either split the edges in a modelling tool,
or bevel the edges in a modelling tool.

Splitting the edgeswill give hard edges(just as in wed)
Bevelling the edges will give smooth edges:


from blender noob to pro at wikipedia
Posted By: MTD

Re: Game - Jenga - 04/10/11 19:33

Hi,
Small update - some visual & functional part (new block & restart button + updated a light version ~5Mb only) wink
Game Link: http://www.matudagames.com/Games/Blox/


Posted By: Germanunkol

Re: Game - Jenga - 04/10/11 20:19

Graphics are MUCH better. Well done! Though they look like marble/plastic now. Add a texture, maybe? Shading is great.

I would also change background/floor texture to fit the game.
Other than that, nice!
© 2024 lite-C Forums