- This repository contains a tutorial for beginners on pyglet.
- It consists of an example game, space invaders-like, and instructions (as slides) that explains the use of pyglet and how to program this game.
- You can watch the video of the tutorial done at the Pyladies Berlin here
- python
- pyglet
-
Clone the repository
-
Test that your system has pyglet correctly installed by running python test_pyglet.py
-
Have a look into slides/slides.pdf and follow the instructions. The idea is that you start working with the file game1.py as a template, and build the game. The "solution", or complete version, is contained in the file game.py.