The arcade classic, snake, played by an ai developed by a neural network using tensorflow.
- snake.py defines the game
- play_snake.py trains/tests neural network, visualizes gameplay as final output
Run python_snake.py in your command line, and wait for the snake to find food and survive on its own.