karate / fuego-fighters

A top-down arcade game inspired by Aero Fighters, written in Python and Pygame
4 stars 7 forks source link

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.