Skip to main content
GameDev.net gamedev.net
🔒 Locked

Java Tutor.

Started by Seephirot May 13, 2012 at 9:11 PM 1 replies 1.4k views
Original Post
Seephirot
Seephirot
I just want to know someone can tutor me like guide me into the java game development, i know the basics now for java but it is difficult to me to continue to game development, if someone can help me and guide me please?
Inuyashakagome16
Inuyashakagome16
I don't know if you'll really find a tutor here but if you wanna start heading towards game dev I would just start making small games. That's pretty much how it starts. 1: Learn Java 2: Small Game 3: Learn more java 4: Make small game bigger/better 5: repeat 3-4
VildNinja
VildNinja
http://lmgtfy.com/?q=java+game+tutorials

Bonus: Two ways to draw in Java, that I have used with great success

For software graphics (like flash before v11) you should read this article http://www.gamedev.net/page/resources/_/technical/general-programming/java-games-active-rendering-r2418
The advantage by using non hardware accelerated graphics is that it's easier to use in an applet, if you want your game to be playable from a browser.

If you want hardware accelerated 2D graphics this is a great library: http://slick.cokeandcode.com/

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.