I made another Snake Game recently. To run it you will need pygame and python installed.
If you are using Ubuntu and want to play my game just type those commands into terminal:
sudo apt-get install python-pygame python
wget dan.platinum.linux.pl/snake.py
python snake.py
This should start the console menu, and then after user's input, start the game.
| Attachment | Size |
|---|---|
| snake.py_.txt | 4.16 KB |

