Game Project

For run the game you must follow the following instructions in the terminal:

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