Steps to Run The game Follow the Steps: cd game python3 main.py App Project Follow the Steps: git clone cd app python3 -m venv venv source venv/bin/activate pip3 install -r requirements.txt python3 main.py