This is a simple exercise of Pygame using the tutorials page https://www.pygame.org/wiki/tutorials and the examples in https://github.com/pygame/pygame/tree/main/examples.
To execute any of the demos:
python3.11 -m venv venv
source venv/bin/activate
pip install pygame
# cd to a folder, for example 001
cd ./001 # can be any folder
python main.py
- 003_0: Star ship designed with basic rectangles
- 003_2: Star ship drew with images
- 004_2: Chase game drewn using Sprite
- 005: Boxe game
- 006: Climb a build jumping