Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mdvanes/mdexsolve

Solve a crossword puzzle interactively with javascript
https://github.com/mdvanes/mdexsolve

Last synced: 3 days ago
JSON representation

Solve a crossword puzzle interactively with javascript

Awesome Lists containing this project

README

        

MdeXSolve
=========

Solve a crossword puzzle interactively with javascript

algorithm:

* make a matrix of the crossword
* upon typing the first letter, make a list of the coords of these letters
* highlight these letters

todo:

* read puzzle from OCR image