K3ury99/AI-Powered-Snake-Game
The AI-Powered-Snake-Game offers two versions of Snake: a classic manual control version and an advanced AI-controlled version using A* pathfinding. Both versions feature customizable options and unique gameplay elements, providing diverse and challenging experiences.
No commits in the last 6 months.
Stars
5
Forks
—
Language
Python
License
MIT
Category
Last pushed
Aug 19, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/K3ury99/AI-Powered-Snake-Game"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
chynl/snake
Artificial intelligence for the Snake game.
Eliastik/snakeia
A modern Snake game featuring an artificial intelligence powered by Deep Q-Learning...
ZYunfeii/DRL4SnakeGame
Using deep reinforcement learning to play Snake game(贪吃蛇).
gmamaladze/deep-snake
A snake game trained using simple deep learning implemented in client side javascript.
hayderkharrufa/snake_pathfinding_ai
AI plays snake game using BFS (Breadth-First Search) algorithm.