/python-space-shooter

Just a little arcade classic Space Shooter made with Python Arcade

Primary LanguagePython

Python Space Shooter

Just a little arcade classic Space Shooter made with Python Arcade.

Installation

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

Running the game

To run the game, compile arcade_shooter.py,

python arcade_shooter.py

Controls

  • Spaceship Controls: IJKL /
  • Pause: P
  • Exit: Q