Skip to content

Introduction to making object-oriented apps with Pygame

Notifications You must be signed in to change notification settings

kwadsten/pygame-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Introduction to making object-oriented apps with Pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%