Play Wordle in your terminal! A TUI version of the popular game Wordle built using Go and the charmcli tools, namely bubbletea.
Warning: The code is probably not great, this is my first Go project :)
Go 1.21 or later
- Clone repository
git clone https://github.com/Givo29/Tuidle.git
- Rename example-words.txt to words or supply own words file
mv example-words.txt words.txt
- Build
go build
- Use JSON to record games and scores
- Save guess on every guess so user can't cheat
- Add an option to share your game
- Add an option to export your JSON file
- Display streak after game end
- Add stats page?
- If game is already complete today, show stats instead of starting a new game
- Show keyboard feedback like in the real game?