Skip to content

aburi6800/Python-TinyCarRace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[ Engligh | 日本語 ]


TinyCarRace

Overview

A retro-like car racing game made with python and tkinter.

Requirements

  • 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

Running the game

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 the python command,
or install the python-is-python3 package.

$ sudo apt install python-is-python3

How to play

  • 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.

Controls

key Description
left cursor key Move left
right cursor key Move right
space key Start Game

Authors

Hitoshi Iwai(aburi6800)

License

MIT License

About

A retro-like car racing game made with python and tkinter.

Topics

Resources

Stars

Watchers

Forks

Languages