PyGame Guide
Table of contentsEdit
IntroductionEdit
Chapter 1: Getting ReadyEdit
- About this guide
- Prerequisites
- What is Python and PyGame?
- Setting up Python and PyGame
- Testing it out
Chapter 2: Python Crash CourseEdit
- A basic program
- Variables
- Input and output
- If statements
- While loops
- For loops
- Functions
- Classes
- Inheritance