Game project

To run the game type the following commands

cd game
python3 main.py

App project

git clone
cd app
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
python3 main.py