Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hparker/elm-crossword


https://github.com/hparker/elm-crossword

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Easy build and upload crossword puzzles

# Design doc:

Puzzle:
- title
- author
- height
- width
- has_many clues

Clue:
- Direction
- Number
- x
- y
- Answer
- Clue

Pages:
- Puzzle List
- Builder Page
- Solver Page

Player:
- Selected square
- Selection direction
- ? active clue