/SchemeFlowSolver

Simple depth first search Flow puzzle game solver in Scheme.

Primary LanguageScheme

Written By Ted Sanders

Another flow solver.

See http://moh97.us/flow/ where you can play the game.

Uses a depth first search algorithm to find the solution.

My main motivation for creating this is to learn about Scheme programming.

Tested on Guile 2.0.7 on Ubuntu.