Learn and use Python and PyGame to design and build cool arcade games. In Program Arcade Games: With Python and PyGame, Second Edition, Dr. Paul Vincent Craven teaches you how to create fun and simple quiz games; integrate and start using graphics; animate graphics; integrate and use game controllers; add sound and bit-mapped graphics; and build grid-based games.
After reading and using this book, you’ll be able to learn to program and build simple arcade game applications using one of today’s most popular programming languages, Python. You can even deploy onto Steam and other Linux-based game systems as well as Android, one of today’s most popular mobile and tablet platforms.
You’ll learn:
Audience
This book assumes no prior programming knowledge.
Chapter 1: Before Getting Started…
Chapter 2: Create a Custom Calculator
Chapter 3: What Is a Computer Language?
Chapter 4: Quiz Games and If Statements
Chapter 5: Guessing Games with Random Numbers and Loops
Chapter 6: Introduction to Graphics
Chapter 7: Back to Looping
Chapter 8: Introduction to Lists
Chapter 9: Introduction to Animation
Chapter 10: Functions
Chapter 11: Controllers and Graphics
Chapter 12: Bitmapped Graphics and Sound
Chapter 13: Introduction to Classes
Chapter 14: Introduction to Sprites
Chapter 15: Libraries and Modules
Chapter 16: Searching
Chapter 17: Array-Backed Grids
Chapter 18: Sorting
Chapter 19: Exceptions
Chapter 20: Recursion
Chapter 21: Formatting
Chapter 22: Exercises