A wordle clone that works in your terminal!
Go to file
Jake f596b23055
continuous-integration/drone/push Build is passing Details
Add readme
2022-01-23 10:35:47 +00:00
game Initial commit 2022-01-23 10:02:31 +00:00
.drone.yml Add Drone and Goreleaser 2022-01-23 10:17:16 +00:00
.editorconfig Add Drone and Goreleaser 2022-01-23 10:17:16 +00:00
.gitignore Add Drone and Goreleaser 2022-01-23 10:17:16 +00:00
.goreleaser.yml Add Drone and Goreleaser 2022-01-23 10:17:16 +00:00
LICENSE.md Initial commit 2022-01-23 10:02:31 +00:00
README.md Add readme 2022-01-23 10:35:47 +00:00
go.mod Initial commit 2022-01-23 10:02:31 +00:00
go.sum Initial commit 2022-01-23 10:02:31 +00:00
main.go Initial commit 2022-01-23 10:02:31 +00:00
screenshot.png Add readme 2022-01-23 10:35:47 +00:00
styles.go Initial commit 2022-01-23 10:02:31 +00:00

README.md

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

This is built using Bubble Tea and Lip Gloss.

Features

  • Statistics are saved to ~/.wordle.json for use in other programs.
  • Same word list as the official website.
  • Leaderboard of people on current tilde
  • Export to sharable message/emojis
  • Share to Mastodon
  • Play previous days

Usage

Simply download one of the binaries from the release page, then run it to get started.