aryaminus/srijana
A C++ and Opengl based game to draw a window leading to snake which runs on neural network to reach it's food within certain iteration for AI along with Keyboard press to move the Snake quads. Youtube:
This project offers a 2D Snake game built with C++ and OpenGL that can be played manually with keyboard controls or autonomously by an artificial intelligence (AI) agent. It takes user input or AI-driven decisions to move the snake and outputs a visual game state with score tracking. It's intended for students or enthusiasts interested in observing basic AI game-playing.
No commits in the last 6 months.
Use this if you are a computer science student or hobbyist looking to explore a simple neural network applied to a classic game environment and understand its basic functionality.
Not ideal if you are looking for a highly sophisticated AI research platform or a robust, production-ready game.
Stars
9
Forks
3
Language
C++
License
MIT
Category
Last pushed
Feb 11, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/aryaminus/srijana"
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(čīŠåč).
italohdc/LearnSnake
ð AI that learns to play Snake using Q-Learning (Reinforcement Learning)
gmamaladze/deep-snake
A snake game trained using simple deep learning implemented in client side javascript.