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

https://github.com/yinonavraham/griddlersolverjs

A griddler puzzle solver in JavaScript
https://github.com/yinonavraham/griddlersolverjs

griddler javascript js solver

Last synced: over 1 year ago
JSON representation

A griddler puzzle solver in JavaScript

Awesome Lists containing this project

README

          

# GriddlerSolverJS

A griddler puzzle solver written in JavaScript.
This was done as a side project with no real purpose... It was just pure fun.
This project is also referenced from a post in my blog [Orange-Coding](http://orange-coding.blogspot.com): [Griddlers Solver](http://orange-coding.blogspot.com/2014/05/griddlers-solver.html)

To play, go the [Griddler Solver](https://yinonavraham.github.io/GriddlerSolverJS/griddlers.html) page.

## Key Features

* Includes several examples of griddler puzzles
* Manual griddler solving
* Automatic griddler solving by the solver
* The solution is iterative and is animated (fun! fun! fun!)

An example of a solved griddler:
![Koala](assets/griddler-koala.png)

For more griddlers, go to [griddlers.net](https://www.griddlers.net).

## Contributing

Pull requests are more than welcome - new puzzles, new features, bug fixes, documentation, everything.