The Java Game Development Tutorial
Created Jan 9, 2012
Fabian is currently studying Computer Science in Munich, Germany, and is 22 years old. His Java games and tutorials, (in both English and German) can be found on his site, http://www.javacooperation.gmxhome.de. |
After a lot of hard work, we have made it to finish the English version of the tutorial. As I said, you should be already able to program in Java, although you don't have to be a expert! The tutorial will give you a very detailed introduction into the development of online games using Java. We will talk about Java Applets because everyone has a Internet browser, so everyone is able to play these games without installing the JDK! The first 5 chapters will lead you from the basic structure of a applet to the development of a whole (although pretty small) game. The next chapters (6 - ...) will give you solutions to problems like AI, level editors, random generation of landscapes... . At the end of every chapter you'll find a link to download the sourcecode of the applet we programmed in this chapter and you can take a look at the working applet too. Alright, here we go!
- Basic structure of an applet
- Animation
- Sound and Gif's
- Event handling in applets
- The first complete game
- Advanced topics