EnSec4Git/snake
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
snake - Python implementation of th classic 'snake' game ======================================================== 'Snake' is an extensible cross-platform implementation of the game snake, with a console-based user interface, with possibility for other user interfaces, player implementations (like AI) and others. The game does not require any special libraries, just the usual packages that come preinstalled with Python3. Note that Python3 is required and Python2 will not work. Installation ------------ Simply add the path of the game to the PYTHONPATH variable and start one of the runners (launch.bat or launch.sh)