Skip to content
/ Tuidle Public

A TUI version of Wordle, built using Go and the charmcli tools!

Notifications You must be signed in to change notification settings

Givo29/Tuidle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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?

About

A TUI version of Wordle, built using Go and the charmcli tools!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages