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 29df61b4bd ported to Python3.x 4 år sedan
.github 29df61b4bd ported to Python3.x 4 år sedan
docs 29df61b4bd ported to Python3.x 4 år sedan
models 29df61b4bd ported to Python3.x 4 år sedan
.gitattributes 29df61b4bd ported to Python3.x 4 år sedan
.gitignore 29df61b4bd ported to Python3.x 4 år sedan
.pylintrc 29df61b4bd ported to Python3.x 4 år sedan
README.md 149c907038 minor detail 5 år sedan
snake.py 29df61b4bd ported to Python3.x 4 år sedan

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

python2.7 snake.py


License:

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