Snake game made in Pygame where the game plays by itself using AI!
Snake game made in Pygame where the game plays by itself using AI!
AI algorithm used: A* Algorithm
A* is a graph traversal and path search algorithm, which is often used in many fields of computer science due to its completeness, optimality, and optimal efficiency
git clone <this_repo_url>
cd The-Ultimate-Snake
pip install -r requirements.txt
python main.py
© 2020 Sherwyn D’souza