From d4bcc38236a4c6dd070453ae384256603d2c0020 Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Tue, 8 Feb 2022 17:32:42 -0500 Subject: [PATCH] add improvement ideas --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8fce9f4..f726fd8 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,6 @@ make * https://raw.githubusercontent.com/dwyl/english-words/master/words_alpha.txt returns some tricky and uncommon words; is there a better data source from which to retrieve words? * Could https://github.com/rivo/tview enable some UI improvements? Or is that overkill? * It'd be nice to be able to `brew install wordle` +* Is there a way to display the total available letters, similar to the [Wordle](https://powerlanguage.co.uk/wordle/) keyboard? * Would it be cool to provide an option to output the final grid as an image, such that it could be shared? +* Would it be cool to restrict game play to once/day?