Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 783 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 783 Bytes

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:

  1. Python 3.3+
  2. 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 ! 💖