A simple shooting game, which was made by following the course of Boot.Dev.
Python 3.12.3
# in the project directory
# create virtual enviroment
python3 -m venv venv
# active the virtual enviroment
source venv/bin/active
# install requirements
pip install -r requirements.txt# in the project directory
# play the game
python3 main.py