Skip to content

A top-down arcade game inspired by Aero Fighters, written in Python and Pygame

Notifications You must be signed in to change notification settings

karate/fuego-fighters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description:

A top-down arcade game inspired by Aero Fighters, written in Python and Pygame

Installation:

# enter project directory
cd fuego-fighters

# create virtuelenv with python3
virtualenv venv -p `which python3`

# activate virtuelenv
source venv/bin/activate

# install dependencies
pip install -r requirements.txt

# run the program
python ff.py

# press 'q' to quit

License:

To be defined.

About

A top-down arcade game inspired by Aero Fighters, written in Python and Pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages