Skip to content

A 2-player racing game made built the Python pygame module.

Notifications You must be signed in to change notification settings

race2infinity/Lets-Race

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A 2-player racing game made built the Python pygame module.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages