Skip to content

HartasCuerdas/jsCrossword

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Nice JavaScript Crossword puzzle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.2%
  • CSS 9.8%