Skip to content

DeepBrainLinks/pygame-drag-racing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pygame Drag Racing

Usage:

1. Installing pygame:

Pygame requires the installation of Python 3, if you don't have it, you can download it at python.org.
Most operating systems may need to use PIP (python package installer that comes installed). *Note: Installations of Python 3.4 and below do not pre-install PIP.


Windows :

py -m pip install -U pygame --user

Mac :

python3 -m pip install -U pygame --user

If you are using anaconda on mac, you may use :

pythonw -m pip install pygame

Raspberry Pi :

Pygame should already be installed in raspbian distributions.


Linux Distros :

Debian/Ubuntu/Mint :

sudo apt-get install python3-pygame

Fedora/Red Hat :

sudo yum install python3-pygame

OpenSUSE :

sudo zypper install python3-pygame

Arch/Manjaro:

sudo pamac install python-pygame

More info can be found at the pygame wiki.
*Note: Some systems may require a system restart.

2. Running python file :

Most operating systems will run the file with python ./dragracing.py.
If not you can use python3 ./dragracing.py

About

Drag racing game in python 3 using gamepy.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages