Skip to content

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)

About

A* search algorithm used to play snake

Topics

Resources

Stars

5 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages