A retro-like car racing game made with python and tkinter.
- Python 3.5 Leter.
- Pillow 7.0 Leter.
The installation of Pillow compatible with the Python version is done below:
$ python -m pip install --upgrade pip
$ python -m pip install --upgrade Pillow
See below for Pillow installation.
https://pillow.readthedocs.io/en/latest/installation.html
For the first time only, clone the git repository.
$ git clone https://github.com/aburi6800/Python-TinyCarRace.git
Execute the following command.
$ cd Python-TinyCarRace
$ python racing.py
For Linux, use the
python3
command instead of thepython
command,
or install thepython-is-python3
package.$ sudo apt install python-is-python3
- Maneuver the car so that it does not leave the course.
- As the game progresses, other cars will appear.
- The game is over when the car leaves the course or hits another car.
key | Description |
---|---|
left cursor key | Move left |
right cursor key | Move right |
space key | Start Game |
Hitoshi Iwai(aburi6800)
MIT License