Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 1.16 KB

index.rst

File metadata and controls

49 lines (36 loc) · 1.16 KB

Coding Games With Pygame Zero & Python

Support the author by buying the book.

Black and white version.

He also has a game.

This book contains all the example programs used in my CoderDojo class to teach Python programming. The primary goal of the class is to teach programming using action games to make learning more interesting. Some of the examples are entirely focused on introducing new language concepts or showing how the Pygame Zero API works, but most are a mixture of both.

Watch https://github.com/electronstudio/python_book for news on third edition.

:ref:`Preface <preface>`

.. toctree::
   :hidden:

   README
   chapters/preface

.. toctree::
   :maxdepth: 2
   :numbered:
   :caption: Contents:

   chapters/overview
   chapters/fundamentals
   chapters/text_quizes
   chapters/graphics
   chapters/simple_games
   chapters/more_graphics
   chapters/more_games
   chapters/chase
   chapters/maze
   chapters/shooter
   chapters/race
   chapters/advanced
   chapters/minecraft