A simple Space Shooting for 2 players (same PC).
You can play this game from BumBumChiu GitHub Pages.
Install requirements
pip install -r requirements.txt
run main.py to play game
python3 main.py
Here are the default control keys but you can change them later in the game.
- Move: W, A, S, D
- Shoot: F
- Move: Arrow Up, Arrow Down, Arrow Left, Arrow Right
- Shoot: Right Ctrl