Mirage Engine
Java Game Dev Tutorials - Printable Version

+- Mirage Engine (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: Programming (https://mirage-engine.uk/forums/forumdisplay.php?fid=24)
+----- Forum: General (https://mirage-engine.uk/forums/forumdisplay.php?fid=27)
+----- Thread: Java Game Dev Tutorials (/showthread.php?tid=3300)



Java Game Dev Tutorials - Pbcrazy - 03-03-2011

Well, I've recently taken a looking to Java for game development (cross-platform and ease of use really appealed to me), so I ordered Java for Dummies and Java SE 6 game programming, but I was wondering if any of you knew of any really good tutorials to be found?

Thanks,
-Pb


Re: Java Game Dev Tutorials - zidsal - 05-03-2011

loads of tutorials and books about - these are the 1's I've used for my game so enjoy

Killer Game Programming In Java by Andrew Davison (you'll notice how most sites use same animation frame (pretty much 100% identical from comments to names as in this book worth getting)
TCP/IP Sockets in java - Kenneth L. CALVERT
http://www.java-gaming.org
http://profs.etsmtl.ca/mmcguffin/learn/java/
http://zetcode.com/
http://www.youtube.com/user/TheTIprogrammer


Re: Java Game Dev Tutorials - Pbcrazy - 05-03-2011

Awesome! Thank you very much! Big Grin


Re: Java Game Dev Tutorials - ExoShox - 05-03-2011

LWJGL, look at the samples, documentation, etc.