Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 998 Bytes

README.md

File metadata and controls

46 lines (30 loc) · 998 Bytes

Tuidle

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 :)

Demo

Demo

Build From Source

Requirements

Go 1.21 or later

Instructions

  1. Clone repository
git clone https://github.com/Givo29/Tuidle.git
  1. Rename example-words.txt to words or supply own words file
mv example-words.txt words.txt
  1. Build
go build

Todos

  • 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?