Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.04 KB

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