wordle/README.md

27 lines
793 B
Markdown

# Wordle
This is a clone of Wordle which is played in your terminal!
The same wordlist is used in this project so you get the same words each
day as if you played on the official website.
![Screenshot](./screenshot.png)
This is built using [Bubble Tea](https://github.com/charmbracelet/bubbletea)
and [Lip Gloss](https://github.com/charmbracelet/lipgloss).
## Features
- [x] Statistics are saved to `~/.wordle.json` for use in other programs
- [x] Same word list as the official website
- [ ] Leaderboard of people on current tilde
- [x] Update checking
- [ ] Export to sharable message/emojis
- [ ] Share to Mastodon
- [ ] Play previous days
## Usage
Simply download one of the binaries from the [release page](https://tildegit.org/jakew/wordle/releases),
then run it to get started.