README.md
browsing at commit = 11229dd422cfbbb28a3663d2e647af27e00e048c
# Sago's Multi Scrambler Puzzle II
A puzzle game featuring different kind of puzzles.
## Screenshot

## Building
```
cmake .
make
```
## Run
Currently an image must be given on the command line like so:
```
./sago_multi_scrambler_puzzle2 [JPG_OR_PNG_IMAGE]
```
```
./sago_multi_scrambler_puzzle2 data/collections/fairy_tales/The\ Three\ Bears\ \(1918\).jpg
```