PyAISnake is a python math-sandbox simulator built to teach AI models on how to solve problems related to spatial intelligence, through the classic video game "snake".
https://03c8.net

epsylon 83c9070eb8 added picking model selector + new AI model: ALice 4 years ago
.github 29df61b4bd ported to Python3.x 4 years ago
docs 29df61b4bd ported to Python3.x 4 years ago
models 83c9070eb8 added picking model selector + new AI model: ALice 4 years ago
.gitattributes 29df61b4bd ported to Python3.x 4 years ago
.gitignore 29df61b4bd ported to Python3.x 4 years ago
.pylintrc 29df61b4bd ported to Python3.x 4 years ago
README.md 9c374f498b updated README.md 4 years ago
snake.py 83c9070eb8 added picking model selector + new AI model: ALice 4 years ago

README.md

PyAISnake


PyAISnake - is a free software python math-sandbox simulator built to teach AI models on how to solve problems related to spatial intelligence, through the classic video game "snake".

https://en.wikipedia.org/wiki/Snake_(video_game)


Executing:

chmod a+x snake.py

./snake.py

or

python3 snake.py


License:

PyAISnake is released under the GPLv3. You can find the full license text in the LICENSE file.