Hi guys quick question

finally i find a good forum for JAVA GAMING… at LAST!

so my question is… after i finish the a book. (Head First Java)
i really want now to start GIving a shot for java games…

anyone gives me some tips to start…?

First start with the basics. Learn and be proficient with Java2D. Make a game with Java2D only. (By Java2D, if you don’t know, I mean java.awt.geom, java.awt.image, Graphics, and Graphics2D.) Then once you feel confident with your skills, start diving into LWJGL, Slick2D, and jME, just to name a few excellent libraries for 2D and 3D game making.

If you starting out, i’d also recommend Slick2D. Out of all the external java gaming libraries, it probably has the best documentation, tutorials and community to get you going quickly.

You can also read Killer Game Programming in Java. http://www.amazon.com/Killer-Game-Programming-Andrew-Davison/dp/0596007302/ref=sr_1_1?ie=UTF8&s=books&qid=1297800960&sr=1-1

When beginning 3D game making, try jPCT www.jpct.net. It is an excellent 3D library for beginners. I use it and I love it.

thanks guys for the replies…

now im starting to learn the Space Invader… to learn the collision and to make a game i want…

is there any other tutorials for beginers for 2d games? in java

advance thanks !

Here is Sun’s (or Oracle’s now :smiley: ) own tutorial: http://download.oracle.com/javase/tutorial/2d/index.html