Gamestudio Links
Zorro Links
Newest Posts
Blobsculptor tools and objects download here
by NeoDumont. 03/28/24 03:01
Issue with Multi-Core WFO Training
by aliswee. 03/24/24 20:20
Why Zorro supports up to 72 cores?
by Edgar_Herrera. 03/23/24 21:41
Zorro Trader GPT
by TipmyPip. 03/06/24 09:27
VSCode instead of SED
by 3run. 03/01/24 19:06
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
5 registered members (AndrewAMD, monk12, TipmyPip, Quad, aliswee), 1,031 guests, and 6 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sakolin, rajesh7827, juergen_wue, NITRO_FOREVER, jack0roses
19043 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Page 1 of 2 1 2
Game - Jenga #366026
03/31/11 19:18
03/31/11 19:18
Joined: May 2006
Posts: 148
Latvia
MTD Offline OP
Member
MTD  Offline OP
Member

Joined: May 2006
Posts: 148
Latvia
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:


Re: Game - Jenga [Re: MTD] #366029
03/31/11 19:33
03/31/11 19:33
Joined: Jan 2011
Posts: 797
Da wo du nicht bist! Muhahaha!
xxxxxxx Offline
User
xxxxxxx  Offline
User

Joined: Jan 2011
Posts: 797
Da wo du nicht bist! Muhahaha!
great game! but i forgot to Submit my score frown
create a reset bottum...
xxxxxxx


Es ist immer wieder erstaunlich, dass Leute die riesen Scripte schreiben die einfachsten sachen nicht können zb. mich mit SIEBEN x zu schreiben! tongue
Re: Game - Jenga [Re: xxxxxxx] #366046
03/31/11 23:09
03/31/11 23:09
Joined: Jul 2008
Posts: 1,178
England
M
MrGuest Offline
Serious User
MrGuest  Offline
Serious User
M

Joined: Jul 2008
Posts: 1,178
England
Nice, just needs a reset. Top Score! grin

Re: Game - Jenga [Re: MrGuest] #366051
04/01/11 04:51
04/01/11 04:51

M
mercuryus
Unregistered
mercuryus
Unregistered
M



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

Re: Game - Jenga [Re: ] #366076
04/01/11 10:59
04/01/11 10:59
Joined: Feb 2009
Posts: 2,154
Damocles_ Offline
Expert
Damocles_  Offline
Expert

Joined: Feb 2009
Posts: 2,154
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.

Re: Game - Jenga [Re: Damocles_] #366362
04/03/11 06:04
04/03/11 06:04
Joined: Jun 2006
Posts: 379
Flevoland, 5 meters under wate...
Roel Offline
Senior Member
Roel  Offline
Senior Member

Joined: Jun 2006
Posts: 379
Flevoland, 5 meters under wate...
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.


Check out the throwing game here: The throwing game
Re: Game - Jenga [Re: Roel] #366448
04/03/11 22:02
04/03/11 22:02
Joined: May 2006
Posts: 148
Latvia
MTD Offline OP
Member
MTD  Offline OP
Member

Joined: May 2006
Posts: 148
Latvia
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))



Re: Game - Jenga [Re: MTD] #366472
04/04/11 06:00
04/04/11 06:00

M
mercuryus
Unregistered
mercuryus
Unregistered
M



"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.

Re: Game - Jenga [Re: ] #366500
04/04/11 16:16
04/04/11 16:16
Joined: Jun 2006
Posts: 379
Flevoland, 5 meters under wate...
Roel Offline
Senior Member
Roel  Offline
Senior Member

Joined: Jun 2006
Posts: 379
Flevoland, 5 meters under wate...
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


Check out the throwing game here: The throwing game
Re: Game - Jenga [Re: Roel] #367203
04/10/11 19:33
04/10/11 19:33
Joined: May 2006
Posts: 148
Latvia
MTD Offline OP
Member
MTD  Offline OP
Member

Joined: May 2006
Posts: 148
Latvia
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/



Page 1 of 2 1 2

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1