wordle/README.md

27 lines
793 B
Markdown
Raw Permalink Normal View History

2022-01-23 10:35:24 +00:00
# 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
2022-01-24 09:11:03 +00:00
- [x] Statistics are saved to `~/.wordle.json` for use in other programs
- [x] Same word list as the official website
2022-01-23 10:35:24 +00:00
- [ ] Leaderboard of people on current tilde
2022-02-05 12:08:02 +00:00
- [x] Update checking
2022-01-23 10:35:24 +00:00
- [ ] 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.