neelgajjar/Snake-game-AI-Solver
Automated Snake Game Solvers using AI Search Algorithms
This project provides automated players for the classic Snake game. It takes the game board state as input and determines the optimal next move for the snake to eat apples and avoid self-collision. This is for anyone interested in observing how different AI search algorithms perform in a dynamic, goal-oriented environment.
No commits in the last 6 months.
Use this if you want to see how AI algorithms like Best First Search, A* Search, and an improved A* handle strategic decision-making in a game like Snake.
Not ideal if you're looking for a general-purpose game-playing AI that can adapt to different game rules or environments without specific coding.
Stars
25
Forks
3
Language
Java
License
MIT
Category
Last pushed
Jan 23, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/neelgajjar/Snake-game-AI-Solver"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
SerpentAI/SerpentAI
Game Agent Framework. Helping you create AIs / Bots that learn to play any game you own!
ZaqueuCavalcante/SnAIke
🐍 Artificial Inteligence plays Snake Game.
ImBIOS/lab-snake-reverse
Run for your life! A reverse take on the classic Snake game where YOU are the apple and the AI...
RuralAnemone/snek
gonna make a full-on ai for Code Your Snake (https://code-your-snake.codingmaster398.repl.co/)
K3ury99/AI-Powered-Snake-Game
The AI-Powered-Snake-Game offers two versions of Snake: a classic manual control version and an...