gabcollet / Pygame

Little game I made to learn pygame and python, try it!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pygame

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.

How to install :

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

To launch :

cd pygame
python3 main.py

Instructions are on the main screen.

Enjoy!

About

Little game I made to learn pygame and python, try it!


Languages

Language:Python 100.0%