https://github.com/ephbaum/quartiles-solver
https://github.com/ephbaum/quartiles-solver
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ephbaum/quartiles-solver
- Owner: ephbaum
- Created: 2024-10-28T04:18:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-03T03:18:21.000Z (over 1 year ago)
- Last Synced: 2025-07-03T21:13:52.522Z (11 months ago)
- Language: TypeScript
- Size: 1.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quartiles Solver
Quartiles Sovler is built with [Deno](https://deno.land) and
[Fresh](https://fresh.deno.dev/)
Simply fill in the interface of 5 rows of 4 input boxes with the word parts in
your Quartiles grid then click Solve to see a list of words to use to get an
expert score in Quartiles on Apple News+
## How it works
We simply compare the various permutations of the possible combinations of up to
4 of the various word parts against a publicly available list of "real words".
It's not the most accurate, but it does work.
This is based on a simple js solver
[gist](https://gist.github.com/ephbaum/b697fce3d39241a29b1d0716dd354974) I put
together recently.
## Why?
That's a good question -- I don't really even use this, but it seemed like a fun
way to play around with Deno and Fresh :laughing:
### Usage
Make sure to install Deno: https://deno.land/manual/getting_started/installation
Then start the project:
```
deno task start
```
This will watch the project directory and restart as necessary.