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
- Host: GitHub
- URL: https://github.com/torvaney/flow-solver
- Owner: Torvaney
- License: epl-2.0
- Created: 2019-05-25T08:31:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-22T11:10:00.000Z (almost 7 years ago)
- Last Synced: 2025-04-06T17:06:46.426Z (about 1 year ago)
- Language: Clojure
- Size: 235 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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`.