This book will guide you through the basic game development process, covering game development topics including graphics, sound, artificial intelligence, animation, game engines, Web-based games, etc. Real games will be created, and significant parts of a game engine will be built and made available for download. The companion DVD will contain example code, games, and color figures.Processing is a free, graphics-oriented language that provides the basic functionality needed for building games and runs on all major platforms. Moreover, it allows games to be built for desktop computers, HTML 5, and Android.
Features: Teaches basic game development including graphics, sound, artificial intelligence, animation, game engines, Web-based games, and moreCreate a small collection of complete computer games developed throughout the book Uses Processing, a free, downloadable platform with a frame by frame display scheme that is perfect for computer games.
Brief Table of Contents: Chapter 1. Introduction to Game Internals; Chapter 2. Graphics and Image in Processing; Chapter 3. Sound; Chapter 4. 2D Game Example: Hockey Pong; Chapter 5. 3D Graphics; Chapter 6. Artificial Intelligence and Collision Detection; Chapter 7. Example 3D Game; Chapter 8. Web-Based Games and Processing.js; Chapter 9. Animations and Video; Chapter 10. Android; Chapter 11. Networking and Multi-player Games; Chapter 12. A Simple Multiplayer Example; Appendix A. Math for Games; Appendix B. Processing Basics