Project Details

Flow solver

  • A simple solver for the Flow iPhone game.
  • Represents a challenging graph/pathing problem
  • Using a slightly pruned decision tree to find a solution
  • Written from scratch in C (including implementing an efficent tree structure)