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
- Host: GitHub
- URL: https://github.com/yinonavraham/griddlersolverjs
- Owner: yinonavraham
- Created: 2018-10-29T20:11:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T20:48:42.000Z (over 7 years ago)
- Last Synced: 2025-01-28T03:17:08.648Z (over 1 year ago)
- Topics: griddler, javascript, js, solver
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:

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.