Hi, I'm Jorge Badran. I am 21 years old I am a backend developer I am from Colombia I live in the city of Barranquilla
This project was made in Python (Version 3.7) using the turtle module. This program is an arcade game which allows us to play with friends.
To run the program you must follow the following instructions:
´´´ sh source env/bin/activate pip3 install -r requirements.txt cd snake python3 snake.py
To convert the program into a desktop application we must convert the file to .exe, we do this in the following way:
´´´
sh
let's go to the terminal
We go to the folder where the project is
We execute the following command:
pyinstaller --clean --onefile --windowed snake.py