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

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)

Awesome Lists containing this project

README

          

# Crossbars

[![Build Status](https://travis-ci.com/mgree/crossbars.svg?branch=master)](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.