Snake AI

cli

Snake AI is a C++ program where a snake autonomously searches for food inside a maze loaded from a .txt file. The project explores multiple pathfinding strategies, including BFS, DFS, A*, Greedy Best-First Search (GBFS), and Random movement, enabling performance and behavior comparisons between algorithms.

Snake AI
Snake AI
Snake AI
Snake AI

STACK

  • C++

DEMO

REPOSITORY

Repository
All Projects