No description
This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
dependabot[bot] f3ab87bf16
chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 18:27:12 +00:00
src chore: clean up swap artifacts 2020-08-03 15:45:37 -04:00
.babelrc wip: initial up 2020-08-03 14:34:03 -04:00
.eslintrc.js wip: initial up 2020-08-03 14:34:03 -04:00
.gitignore chore: clean up swap artifacts 2020-08-03 15:45:37 -04:00
format_specs.md docs: add notes on clue numbering 2020-08-03 18:28:14 -04:00
LICENSE Initial commit 2020-08-03 14:29:11 -04:00
package.json wip: initial up 2020-08-03 14:34:03 -04:00
README.md wip: initial up 2020-08-03 14:34:03 -04:00
yarn.lock chore(deps): bump decode-uri-component from 0.2.0 to 0.2.2 2022-12-06 18:27:12 +00:00

AcrossDownJS

Overview

AcrossDownJS is a parser / conversion library that tackles the AcrossLite crosswords format. Its primary objective is to provide a trim, dependency-free tool to manipulate puz files both in the browser and via NodeJS; as such, it only uses language features with good browser support. This is also a documentation effort to try and determine what the AcrossLite specification is, since complete information on it is rather hard to find online.

Specification

The specification living-document can be found here.

Contributing

Know a lot about crossword binary formats? Interested in staring longingly at bytes to try and guess what they mean? Open a PR! Any help is welcome on both the library and specification side of things.