Cyber Cop Stealing Powers And Stuff! Wow!
python -m venv venv
Activate the virtual env.
pip install -r requirements.txt
Start the game
python run_game.py
Spacebar to use jetpack. WASD to move. Use the flames from your jetpack to damage enemies.
For style we use black
a tool to auto format the code, use it with:
black .
We also sort import with isort
:
isort .
You can run black after isort in some case the output differ.