Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ttsiodras/unblockmesolver
An auto-solver I coded for the "Unblock Me" puzzle game
https://github.com/ttsiodras/unblockmesolver
Last synced: 4 days ago
JSON representation
An auto-solver I coded for the "Unblock Me" puzzle game
- Host: GitHub
- URL: https://github.com/ttsiodras/unblockmesolver
- Owner: ttsiodras
- Created: 2012-10-21T11:28:47.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-02-24T16:32:52.000Z (almost 4 years ago)
- Last Synced: 2023-03-10T22:53:03.516Z (almost 2 years ago)
- Language: C++
- Size: 525 KB
- Stars: 29
- Watchers: 4
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UnblockMeSolver
===============An auto-solver I coded for the "Unblock Me" puzzle game.
[Extensive blog post about it is here](https://www.thanassis.space/unblock.html) (also,
mirrored [here](http://ttsiodras.github.io/unblock.html)).And here's [a Youtube video](http://www.youtube.com/watch?v=6hfF_6KlAQk) of the code in action :-)
Use "make test" to see it solve one of the sample screenshots. Note that the Makefile uses ImageMagick to convert the image data into RGB files, so you need to install it first.