The online computer book shop for UK & Europe                                   

   Books Home | About Us | Index | Next Record | Browse

 
  

Tel: 0121 706 6000 

Static Book Details Page - Computer Manuals Website

 Advanced Java Game Programming
  

  Advanced Java Game Programming by David W. Croft

  • Published by: APRESS
  • Author: David W. Croft
  • Page Count: 552
  • Group: GAMES PROGRAMMING
  • ISBN: 1590591232/9781590591239
  • Published: Apr 2004

Our Price: 26.63
Discount: 25%
RRP: 35.50 

For Latest Pricing and Availability Click Here
 

The online computer book shop for UK & Europe

Book store with some thing for everyone

Book Information and Description:

Advanced Java Game Programming
Advanced Java Game Programming teaches you how to create desktop and Internet computer games using the latest Java programming language techniques. Whereas other Java game programming books focus on introductory Java material, this book covers game programming for experienced Java developers.

David Wallace Croft, founder of the Game Developers Java Users Group (GameJUG), has assembled an open source reusable game library--a Swing animation engine that allows developers to use these techniques and put out new games very rapidly.

The open source game library also includes a reusable game deployment framework and a multiplayer networking library with HTTP firewall tunneling capability for applets. All of the code is open source, including the example games. The animation has been scrupulously tested and optimized in the Swing environment, and Croft clearly explains how the code works in great detail. The graphics and audio libraries used in the examples are public domain

and may also be used royalty-free for creating new games.

Chapter 1 Development Setup
Chapter 2 Deployment Frameworks
Chapter 3 Swing Animation
Chapter 4 Animation Library
Chapter 5 Advanced Graphics
Chapter 6 Persistent Data
Chapter 7 Game Architecture
Chapter 8 A* Algorithm
Chapter 9 HTTP Tunneling
Chapter 10 HTTP Polling
Chapter 11 HTTP Pulling
Appendix A Source Code Index
Appendix B Introducing CVS