Game Project

Para correr el juego debes seguir las siguientes instrucciones en la terminal:

cd game
python main.py

App Project

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