py-race
py-race copied to clipboard
2D racing game in Python 3.6.3 with PyGame
PyRace
Navigate the streets, collecting pink trophies. Using Python 3.6.3 with PyGame, Written 2012.
Check out the amazing gameplay: YouTube
Getting started
The things you need to load the game up:
- Python 3.3+
- Matching PyGame version from pip.
Download and install python 3.3+, make sure its on your PATH. Now install pygame!
pip3 install pygame
To start the game run:
python MAIN.py
Tested with Python 3.6.3 !
Troubleshooting
If you get an error stating that the pygame module is missing, you probably skipped a step in this very detailed guide.
Contributing?
Submit a PR ! :sparkling_heart: