Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidgilbertson/off_by_one
https://github.com/davidgilbertson/off_by_one
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidgilbertson/off_by_one
- Owner: davidgilbertson
- Created: 2024-10-06T03:27:55.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-25T01:11:48.000Z (22 days ago)
- Last Synced: 2024-10-26T14:29:02.539Z (21 days ago)
- Language: Python
- Homepage: https://offbyone.web.app
- Size: 13.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Off by one
A word gameThis repo houses the front end and code to generate the data.
## Front end
Vanilla JS/HTML/CSS.## Data
- `parse_data.py` wrangles data sources into a single word list.
- `find_pairs.py` parses this and outputs a list of patterns (`_at`) and matches (`fat cat sat mat`)
- `patterns.csv` is the list of all patterns with multiple matches, with clues (hand written).## Build
The HTML/JS/CSS and data are all built into a single file.