Hi!
This is one of the first python projects I have made
This project made use of a lot of OOP, and we used a fair bit of math for all the movement.
Python and pygame need to be installed for it to work!
To install python and pygame:
sudo apt update
sudo apt install python3 python3-pip
and:
python3 -m pip install pygame
or:
pip3 install pygame
To start:
python3 main.py
Then to play, use wasd to move, and spacebar to shoot, have fun!
