This is a simple 2D shooter created by PyGame.
How to execute: 1. execute run.sh script or "python3 main.py"
Requirement: 1. pygame==1.9.6
How to run:
- checkout the project
- cd
- virtualenv venv
- source venv/bin/activate
- pip install -r requirements.txt
- ./run.sh