Java game pro

Hello,

i have bought the book of Thomas Petchel: Java 2 game programming. I studied it and now i think i have good knowledge about 2D games, pictures manipulation... I know the tools to make games but i don know what kind of game to implement?

Any games ideas which could involded Java 2D, client/server...

How can we do the game specification part? To sum up i have the tools to code but i do not know where to start.

regards

sebastien

[473 byte] By [sebvena] at [2007-10-2 7:48:25]
# 1
How about stratego?
tjacobs01a at 2007-7-16 21:35:21 > top of Java-index,Other Topics,Java Game Development...
# 2
thanks for the replay but what is stratego?How can i start the specification of a game?Ah guidelines would be welcome.thankssebastien
sebvena at 2007-7-16 21:35:21 > top of Java-index,Other Topics,Java Game Development...
# 3
He must be young. Stratego was a great board game of strategy, thus the name. Try Pacman, tetris, asteroids, etc...
MickeyBa at 2007-7-16 21:35:21 > top of Java-index,Other Topics,Java Game Development...
# 4

The goal of this exercise is to develop a JAVA version of Puyo-Puyo, a variation of the Tetris game.

I want know code writing skills, style and logic.

Please don't hesitate to comment on your code in order to make it as clear as possible.

RULES OF GAME:

Spheres come down from the top of the game board in pairs. A player can rotate them on their way down.

Spheres come in 4 different colors: red, blue, green, and yellow

Linking four spheres of the same color (horizontally, vertically or both(as in tetris)) removes them from the game board, allowing any sphere remaining to drop and fill the vacated space.

This may lead to several possible "chain combos" if additional colors match.

The game board can be any size you want (we recommend 6x12)

Note that the pair of spheres are not linked to each other. If one sphere is blocked because there is something underneath, the other one will continue falling (with no player control over it) until it reaches something.

The Zip Files Contain:

?4 pictures of the spheres

?A screenshot of the game as it should look

As stated before, feel free to browse the web to find a playable version of the game for reference if some rules are unclear.

TO SUBMIT:

- Please submit a java console application that will open a window and start the game.

- You may attach a separate text file that documents player controls and any other comments (as gameplay improvements, bugs not corrected, any comment that will help evaluate your submission...)

IMPORTANT:

- JAVA only- Java console application (not an applet)

krishna57.sa at 2007-7-16 21:35:21 > top of Java-index,Other Topics,Java Game Development...
# 5
> The goal of this exercise is to develop a JAVA> version of Puyo-Puyo, a variation of the Tetris> game.They never stop.
CaptainMorgan08a at 2007-7-16 21:35:21 > top of Java-index,Other Topics,Java Game Development...
# 6

> > The goal of this exercise is to develop a JAVA

> > version of Puyo-Puyo, a variation of the Tetris

> > game.

>

> They never stop.

Huhhhhhhhhhhhh.

" STOP NOT UNTILL SOMEONE GAVE YOU THE CODE !!!!"

Unfortunately, this seems to be the motto over here.

AdityaGamera at 2007-7-16 21:35:21 > top of Java-index,Other Topics,Java Game Development...
# 7
PLz if any body have logic of Puyo -Puyo game plz send me...It need for aninterview
JAVA-BIZa at 2007-7-16 21:35:21 > top of Java-index,Other Topics,Java Game Development...
# 8
> PLz if any body have logic of Puyo -Puyo game plz> send me...It need for aninterviewPLZ get yourself catstrated at the first opportunity. Humanity cannot survive with contributions like yours to the gene pool.
cotton.ma at 2007-7-16 21:35:21 > top of Java-index,Other Topics,Java Game Development...