Skip to content

Game Programming with Python

Best in textbook rentals since 2012!

ISBN-10: 1584502584

ISBN-13: 9781584502586

Edition: 2004

Authors: Sean Riley

List price: $49.95
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

If C and C++ are the languages of choice for game programmers, why should you consider using Python? Game Programming with Python explores this question in depth and teaches you why and how Python can reduce your development time, improve your technical designs, and make the entire development process more efficient. Game Programming with Python is about building games using Python. It deals with general concepts of game development and specifics that apply when using Python for game development. Some of the general topics include simulations, game architectures, graphics, networking, and user interfaces. The Python-specific topics covered include Python development strategies, using Python…    
Customers also bought

Book details

List price: $49.95
Copyright year: 2004
Publisher: Charles River Media
Publication date: 10/24/2003
Binding: Paperback
Pages: 470
Size: 7.50" wide x 9.25" long x 1.25" tall
Weight: 2.2
Language: English

Overview
Introduction
Game Architecture
Python Game Architectures
Game Infrastructure
Python Game Framework
Simulation Concepts
Data-Driven Simulations
Collision Detection
Game Technologies
Graphics
Audio
Input
Unit Testing
Game Programming
Game Simulations
Game Levels
User Interfaces
Artificial Intelligence
Procedurally Generated Game Content
Multiplayer Games
Network Concepts
Network Layers
Clients and Servers
Multiplayer Game Example
Advanced Topics
Using the Python C API
Extending Python
Embedding Python