A simple shooter game made with Python's arcade module.
-
You have Python 3 as well as the
pippackage manager. -
You have installed the Python
arcademodule withpython -m pip install arcade. -
You have
main.py, the images (in theimagesdirectory) and the sounds (in thesoundsdirectory) on your computer.
Run main.py through the terminal or your preferred Python IDE.
-
↑/↓: move the sprite forwards/backwards
-
←/→: rotate sprite 3° to the left/right
-
Space: fire a laser