https://github.com/mgree/crossbars
Tools for word puzzles (like acrostics and crosswords)
https://github.com/mgree/crossbars
Last synced: about 1 month ago
JSON representation
Tools for word puzzles (like acrostics and crosswords)
- Host: GitHub
- URL: https://github.com/mgree/crossbars
- Owner: mgree
- License: gpl-3.0
- Created: 2019-07-26T00:02:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T16:22:46.000Z (about 6 years ago)
- Last Synced: 2025-04-04T12:11:21.776Z (over 1 year ago)
- Language: Elm
- Size: 6.41 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crossbars
[](https://travis-ci.com/mgree/crossbars)
[Crossbars](https://github.com/mgree/crossbars) is a set of tools for
constructing word puzzles (e.g., acrostics, crosswords, etc.).
# Licensing
The Elm code is under GPLv3. The driver in `app/index.html` mixes in
MIT licensed code from https://github.com/cpitclaudel/z3.wasm. Other
files are wholly under the MIT license: `app/worker.js`,
`app/protocol.js`, `app/z3w.js`, and `app/z3w.wasm` are from
https://github.com/cpitclaudel/z3.wasm and are MIT licensed.