PyGame Guide
Jump to navigation
Jump to search

PyGame Guide
Learn to develop games in Python!
Table of contents[edit | edit source]
Introduction[edit | edit source]
Chapter 1: Getting Ready[edit | edit source]
- About this guide
- Prerequisites
- What is Python and PyGame?
- Setting up Python and PyGame
- Testing it out
Chapter 2: Python Crash Course[edit | edit source]
- A basic program
- Variables
- Input and output
- If statements
- While loops
- For loops
- Functions
- Classes
- Inheritance
Chapter 3: 2D Game Development Concepts[edit | edit source]
Chapter 4: PyGame Crash Course[edit | edit source]
Chapter 5: The PyGame Cook Book[edit | edit source]
Appendix A: Python Quick Reference[edit | edit source]
Appendix B: PyGame Quick Reference[edit | edit source]