A simple shooter game made with Python's arcade
module.
-
You have Python 3 as well as the
pip
package manager. -
You have installed the Python
arcade
module withpython -m pip install arcade
. -
You have
main.py
, the images (in theimages
directory) and the sounds (in thesounds
directory) 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