I made this little cowboy game that I named "El cazador de cactus" to learn the basic of pygame and python.
The goal is to kill every cactus man in the map.
You can use the shotgun in the map to make it a bit easier but watch out, your ammo is limited!
Note : Currently because of the paths the program only works on mac and linux.
First get a working python3 :
You can follow this little tutorial to have the latest version (which is currently the 3.10)
Tutorial to install python
Then install dependencies (with or without the --user option if you want it locally) and clone the repo:
pip3 install --user pygame pytmx pytweening
git clone git@github.com:gabcollet/Pygame.git
cd pygame
python3 main.py
Instructions are on the main screen.
Enjoy!