In Snake Fight you play a normal snake game together with computer controlled snakes.
- Download an executable file from here.
- Put it anywhere you like.
- Run it.
Note: You will need glibc 2.24-11 or higher if you are using linux.
- Clone or download the source code.
- Install python 3.5 or higher from here.
- Follow the instructions from this page to install pip if you haven't already.
- Run
pip install pygameto install pygame. - Run the
gui.pyfile.
Note: On some linux distros python doesn't come with tkinter, so you will need to install the python3-tk package.
