Skip to content

sa-/wordle-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle TUI

I really just need an excuse to learn bubbletea. GIF demo at the bottom.

Run

Using go install

go install -ldflags "-s -w" github.com/sa-/wordle-tui@latest
# then you should be able to run
wordle-tui

Using git clone

git clone https://github.com/sa-/wordle-tui.git
cd wordle-tui
make install

# then you should be able to run
wordle-tui

Demo

image

Releases

No releases published

Packages

No packages published