Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 277 Bytes

File metadata and controls

20 lines (15 loc) · 277 Bytes

Game Project

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

cd game
py main.py

App Project

git clone
cd app
python -m venv .venv
source .venv/Scripts/activate
pip install -r requirements.txt
python main.py