- Jumping
- Wall Jumps
- Double Jumps
- Shooting
- Enemies
- Hazards
- Collectibles
python -m venv *name_of_your_env*
Activate your environment - On Windows:
*name_of_your_env*\Scripts\activate
Install Pygame:
pip install pygame
You should then be able to run main.py:
python main.py