Just a little arcade classic Space Shooter made with Python Arcade.
To install the project, make sure you install python-arcade package.
python -m pip install arcade
Or if you are using macOS,
python -m pip install PyObjC arcade
To run the game, compile arcade_shooter.py
,
python arcade_shooter.py
- Spaceship Controls: IJKL / ↑←↓→
- Pause: P
- Exit: Q