An open API service indexing awesome lists of open source software.

https://github.com/torvaney/flow-solver

Solving the "Flow Free" game (mobile app) with Clojure and SAT
https://github.com/torvaney/flow-solver

Last synced: 3 months ago
JSON representation

Solving the "Flow Free" game (mobile app) with Clojure and SAT

Awesome Lists containing this project

README

          

# flow-solver

Solving the [Flow Free](https://en.wikipedia.org/wiki/Flow_Free) puzzle game with
Clojure and SAT.

![](doc/images/before-and-after.png)

See the [write-up](https://torvaney.github.io/projects/flow-solver.html) for more.

## Usage

Run with `lein run path/to/spec.edn`. See example map specifications in
`resources/examples`.