Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/davidgilbertson/off_by_one


https://github.com/davidgilbertson/off_by_one

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# Off by one
A word game

This 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.