A simple python application made as a way of studying and solving a personal problem.
Install python3 to use the library
Create the Virtual Env Python
python3 -m venv /path/to/new/virtual/environment
Activate the venv (Linux)
venv\bin\activate
Activate the venv (Windows)
venv\Scripts\activate.bat
Whith python installed use the commands to install the libraries
pip3 install -r requirements.txt
Open the game in your browser and finish all tutorial
Run the command considering the path where you saved the project and open game in main screeen maximized
python3 app.py
Important points for the correct functioning of the application
- Have browser running on your main screen maximized
- Adelson Guimarães
- Linkedin: https://www.linkedin.com/in/adelson-guimaraes-31b31a26/
- Github: https://github.com/adelsonguimaraes