Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 517 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 517 Bytes

Let's Race!

A racing game made using the pygame module

Index

Installation

Cloning the project

$ git clone https://github.com/kylelobo/Lets-Race.git
$ cd Lets-Race

Installing pip & pygame

$ sudo apt-get install -y python3-pip
$ pip3 install pygame --user

Playing the game

In order to play the game, type this command in your terminal-

$ python3 letsrace.py