A wordle clone that works in your terminal!
Go to file
Jake ead5522c68
continuous-integration/drone/tag Build is passing Details
continuous-integration/drone/push Build is passing Details
add update check
2022-02-05 12:08:27 +00:00
game fix: double letter guess scored incorrectly 2022-02-05 11:34:38 +00:00
update add update check 2022-02-05 12:08:27 +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 update check 2022-02-05 12:08:27 +00:00
go.mod add update check 2022-02-05 12:08:27 +00:00
go.sum add update check 2022-02-05 12:08:27 +00:00
main.go add update check 2022-02-05 12:08:27 +00:00
screenshot.png Add readme 2022-01-23 10:35:47 +00:00
styles.go update incorrect letter colour 2022-02-05 11:37:16 +00:00
version.go add update check 2022-02-05 12:08:27 +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
  • Update checking
  • 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.