Welcome to Pygame Zero¶

Pygame Zero is for creating games without boilerplate.

It is intended for use in education, so that teachers can teach basic programming without needing to explain the Pygame API or write an event loop.

Courses¶

  • Introduction to Pygame Zero
    • Creating a window
    • Drawing a background
    • Draw a sprite
    • Moving the alien
    • Handling clicks
    • Sounds and images
    • Clock
    • Summary

Reference¶

  • Installing Pygame Zero
    • On Windows
    • On OSX
    • On Ubuntu Linux
    • On Debian 8 (Jessie)
    • On Raspberry Pi
  • Event Hooks
    • Game Loop Hooks
    • Event Handling Hooks
  • Built-in Objects
    • Screen
    • Rect
    • Resource Loading
    • Music
    • Clock
    • Actors
    • The Keyboard
    • Animations
  • Contributing to Pygame Zero
    • Development installation
    • Tests
  • Changelog
    • 1.1 - pending
    • 1.0.2 - 2015-06-04
    • 1.0.1 - 2015-05-31
    • 1.0 - 2015-05-29
    • 1.0beta1 - 2015-05-19

Indices and tables¶

  • Index
  • Module Index
  • Search Page

Table Of Contents

  • Welcome to Pygame Zero
    • Courses
    • Reference
  • Indices and tables

Related Topics

  • Documentation overview
    • Next: Introduction to Pygame Zero

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

©2015, Daniel Pope. | Powered by Sphinx 1.3.1 & Alabaster 0.7.6 | Page source