/pygame-tutorial

Introduction to making object-oriented apps with Pygame

Primary LanguagePython

Documentation Status

Welcome to the Pygame tutorial

This is a tutorial and introduction for using object oriented programming (OOP) for making games with pygame.

To use the tutorial clone this repository to your computer. You can do this by clicking on the Clone or download button and clone it with GitHub Desktop, or you can download the repository as a ZIP file.

You can also clone it using Git at the terminal:

git clone https://github.com/rasql/pygame-tutorial.git

You find the online documentation here: https://pygame.readthedocs.io/en/latest/

Recreate the documentation

If you want to recreate the HTML documentation locally, then you must install sphinx. Then open a terminal and enter:

cd docs
make html

This will create the following structure:

/docs
    /_build
        /_doctrees
        /_html
        /_latex