https://github.com/tyfkda/solokussolver
Solokus Solver
https://github.com/tyfkda/solokussolver
puzzle-solver
Last synced: about 1 month ago
JSON representation
Solokus Solver
- Host: GitHub
- URL: https://github.com/tyfkda/solokussolver
- Owner: tyfkda
- License: bsd-3-clause
- Created: 2017-03-12T15:31:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-06-01T01:48:52.000Z (about 4 years ago)
- Last Synced: 2025-03-02T20:32:29.362Z (over 1 year ago)
- Topics: puzzle-solver
- Language: Haskell
- Size: 59.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SolokusSolver
=============
### Setup
```
$ stack setup
```
### Build
```
$ stack build
```
### Run
```
$ stack exec SolokusSolver-exe < stage_data/novice1/01.txt
```
