PyGame Guide

PyGame Guide
Learn to develop games in Python!
Table of contents Edit
Introduction Edit
Chapter 1: Getting Ready Edit
- About this guide
- Prerequisites
- What is Python and PyGame?
- Setting up Python and PyGame
- Testing it out
Chapter 2: Python Crash Course Edit
- A basic program
- Variables
- Input and output
- If statements
- While loops
- For loops
- Functions
- Classes
- Inheritance