Game Project

Para correr el juego debes seguir las siguientes instrucciones en la 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