From cd4138624cea643e4a01f7c7b3d707546b7db29c Mon Sep 17 00:00:00 2001 From: Conor Walker <39270500+conor-walker@users.noreply.github.com> Date: Sun, 6 Feb 2022 18:33:18 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index bdf25c8..34ce6aa 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A word game similar to Wordle, implemented in Python! - Randomly selects a 5 letter word from over 5000 possibilities - Tells you what letters are in the right position, which are present in the word but not in the right place, and which are not in the word at all - Seed-based, so the word is the same when run on a given day - just like the real thing! -- That's about it - it's fairly barebones as-is! +- Coloured output similar to the original game - with thanks to @sgoudham ## Prerequisites & Running To run from source, you'll need to have Python installed and accessible on your system. @@ -17,7 +17,6 @@ Compiled binaries are provided in the releases section for Windows and Unix syst ## Future I don't anticipate spending a huge amount of time on this in the near future, but small things I'd like to throw in are: -- Make the output slightly prettier, or as pretty as it can be in a terminal. No plans of making a full GUI version just yet! - Validate that users word is an actual real word ## License