Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xpd54/Car-race-game

car race game in python
https://github.com/xpd54/Car-race-game

Last synced: about 2 months ago
JSON representation

car race game in python

Awesome Lists containing this project

README

        

This is a experimental project to show basic use case of Pygame.

To run this game you need.
1. python3
2. pygame

How to check if python3 is installed.
`which python3`

How to install pygame
```
python3 -m pip install -U pygame --user
```

How to run.
```
python3 game.py
```

For more details check
https://www.pygame.org/wiki/GettingStarted