Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mdvanes/mdexsolve
- Owner: mdvanes
- License: gpl-2.0
- Created: 2014-07-09T13:43:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-09-19T18:32:13.000Z (about 2 years ago)
- Last Synced: 2023-08-05T01:26:08.467Z (over 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 letterstodo:
* read puzzle from OCR image