snake and snake-ml
These are competitors offering different approaches to solving Snake gameplay—one using artificial intelligence techniques and the other using genetic algorithms with machine learning—but targeting the same use case of automated snake game playing.
About snake
chynl/snake
Artificial intelligence for the Snake game.
This project develops and evaluates different AI strategies for the classic Snake game. It takes in game parameters and an AI algorithm, then outputs metrics like the snake's average length and number of steps taken. This is for game developers, AI researchers, or enthusiasts interested in comparing and understanding game-playing AI.
About snake-ml
blayyyyyk/snake-ml
Training a custom machine learning model to play n-dimensional games of snake using a genetic learning algorithm.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work