Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.1 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.1 KB

jsCrossword

Nice JavaScript Crossword puzzle.

  • Nice UI
  • Interaction between grid and clues
  • Navigation with cursor and keyboard

#History

  1. Jesse Weisbeck has built this crossword puzzle to provide an enhanced, more intuitive user experience with javascript.
  2. Ash Kyd did bug fixes and added cool features (e.g. the "reveal a random letter" cheat).
  3. The Dod added rot13 (against accidental peeking) and an example puzzle that uses it (EFF's Xmas 2013 NSA puzzle).

Your turn :)

#About puzzleData or entryData

The data used to generate the crossword is the main input and is located in js/script.js file.

For particular purposes I use HartasCuerdas/puzzleData-generator. This generator uses the output produced by HartasCuerdas/binarify that extracts dark and light squares and numbers (clue references) from a digital image of a crossword.