snake and example.snake.AI
These are ecosystem siblings—one is a reference AI implementation for the Snake game, while the other is an example application demonstrating neuro-evolution techniques applied to the same domain, both serving as educational resources in the same technical space.
About snake
chynl/snake
Artificial intelligence for the Snake game.
Implements three distinct solver algorithms—Hamilton cycle pathfinding for near-optimal play, greedy heuristic search, and experimental deep Q-learning—evaluated across 1000-episode trials measuring final snake length and step efficiency. Built in Python with Tkinter visualization and includes comprehensive unit tests for algorithm validation.
About example.snake.AI
liquidcarrot/example.snake.AI
Using neuro-evolution to play Snake! ♥
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work