Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/codingchili/py-race
- Owner: codingchili
- License: mit
- Created: 2014-11-18T16:36:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T19:08:57.000Z (about 7 years ago)
- Last Synced: 2024-10-10T20:54:05.207Z (28 days ago)
- Topics: 2d, game, pygame, python
- Language: Python
- Homepage:
- Size: 3.93 MB
- Stars: 42
- Watchers: 8
- Forks: 32
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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: