Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 753 Bytes

File metadata and controls

26 lines (18 loc) · 753 Bytes

Crossword Builder & Play

Pages

  • Home page for building the crossword contains the following functionality:

    • Click one to toggle between vertical and horizontal
    • Double click on square to toggle between black and white cells
    • Cell number and clue for the words
    • connect words together (kind of like nyt crossword) with the checkboxes on the right

      currently you can have one set of connected words

    • export functionality for the board
  • /play

    • import and load the exported board
    • solve crossword!
  • /mine for minesweeper

Todo:

  • Save imported board to localstorage so players don't lose progress
  • Check if the board is solved
  • Support smaller screens
  • Compress or encrypt exported board