.. Breakout documentation master file, created by sphinx-quickstart on Wed May 28 21:28:54 2014. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Breakout: Making a simple game with Python ========================================== **Prerequisite:** you should have gone through the short `Introduction to Object Oriented Programming in Python <../oop_py_en/>`_ before reading this tutorial. Open `the game world environment <../../game.html>`_ in a separate tab or browser window and follow along the instructions given in this tutorial to learn how to make your own game. This tutorial is inspired from `Bill Mill's canvas tutorial `_. Contents: .. toctree:: :maxdepth: 2 :numbered: canvas library events animation stay help stay2 paddle paddle2 paddle3 bounding_box