Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/codingchili/py-race

2D racing game in Python 3.6.3 with PyGame
https://github.com/codingchili/py-race

2d game pygame python

Last synced: 11 days ago
JSON representation

2D racing game in Python 3.6.3 with PyGame

Awesome Lists containing this project

README

        

PyRace
======

Navigate the streets, collecting pink trophies. Using Python 3.6.3 with PyGame, Written 2012.

Check out the amazing gameplay: [YouTube](https://www.youtube.com/watch?v=qeH_a2uWX2Y&lc=z22csz2zjmjttphwr04t1aokguyhrl0rts2b5fheunvkrk0h00410)

## Getting started
The things you need to load the game up:
1. [Python 3.3+](https://www.python.org/downloads/)
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 ! :sparkling_heart: