Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jrr committed Jan 30, 2023
1 parent ad85b11 commit cef9354
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

<img src="inkle.png" width="300" align="right" />

Wordle in your Terminal, built with [Ink](https://github.com/vadimdemedes/ink). I blogged about it a little bit [here](https://spin.atomicobject.com/2022/04/21/terminal-wordle-react-ink/).
Wordle in your Terminal, built with [Ink](https://github.com/vadimdemedes/ink).
I blogged about it a little bit
[here](https://spin.atomicobject.com/2022/04/21/terminal-wordle-react-ink/).

This is a work-in-progress. If you just want to play Wordle in your Terminal,
than you should probably go check out
Expand All @@ -16,16 +18,15 @@ Using Node.js 14+:
- From git: clone the repo and `yarn build-start`
- Quit with esc or ctrl+C

## Future
You can also play multiple boards (a la
[Dordle](https://zaratustra.itch.io/dordle)/[Quordle](https://www.quordle.com/#/)),
and override the number of guesses:

- Fancier win/loss screens
- Hard mode
`--num-boards 3 --num-guesses 12`

## Distant Future
## Future

- Hard mode
- Daily vs. Practice mode. (deterministic, but not attempting to use Wordle's
exact word for a given day)
- `--num-boards 3` to solve multiple boards at once, like
[Dordle](https://zaratustra.itch.io/dordle) or
[Quordle](https://www.quordle.com/#/)
- Option to copy emoji results to clipboard

0 comments on commit cef9354

Please sign in to comment.