Mon Jun 11, 2007 11:23 am
Hi all, today i will explain some fundumentals about game programming lets start: There are three types of graphical games in java: - Applet games: Java applet games are applications that run in a web browser. The user does not have to install anything.But players have to be online and running a web browser to play.Also, an applet can make a network connection only to the server that it came from.
- Windows Games: They look and behave like a normal application, with a title bar, a close button, and so on. However, these user interface elements can be distracting to the player, especially when you want players to become immersed in your game.
- Full Screen Games: Full-screen Java games give you total control over the visual presentation on your game, with no desktop user interface elements such as title bars, task bars, or docks. The player can become completely immersed in your game.
- Code:
ACK. Developing games in java book
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.