A simple locally run, 2 player pygame application.
- clone the code
cd space battle
and runpip3 install -r requirements.txt
python3 main.py
- Play the game!
- movement = 'w', 'a, 's', 'd' keys
- shooting = left shift key
- movement = arrow keys
- shooting = right shift key