An arcade game created with Pygame
- WASD or ARROW KEYS to move
- SPACE to shoot
Just copy & paste
into terminal and hit enter. Enjoy!
# Installing the Pygame Lib
pip install --user pygame
# clone the project
git clone https://github.com/a-abir/Retrove.git
cd Retrove
# run the python file
python main.py