Skip to content

JOBBIN9422/SnakeAI

Repository files navigation

SnakeAI

A* search algorithm used to play snake. Implemented in C++ using the FLTK library for graphics. This program implements the following pathfinding algorithms:

  • A*
  • Breadth-first search
  • Greedy best-first search
  • Depth-first search (iterative)

Releases

No releases published

Packages

No packages published