This is a simple snake game made in python 3.10 using the pygame library.
To run the game in dev mode, PYTHON 3.10 IS A MUST, run this command:
./script/start.sh
To build an executable, PYTHON 3.10 IS A MUST, run this command:
./script/build.sh
This will create an executable package suited for your OS (Linux, Windows and macos are supported). You can find the executable in this location: build/dist/.
The Snake file is the executable.
If you don't have python 3.10 or above installed you can still download a pre-packaged release of the game.
Please note that if you want to move this executable somewhere else you MUST move the assets folder with it.
This project is protected under license GPL-3.0.
If you wish to contribute to this project you can contact the development team on our discord server.
The commit template simply follows these rules.
For the coding style and formattingautopep8 is used. Type hinting is very encouraged.
Feel free to report any bug by creating an issue and giving it the right tag.