diff --git a/README.md b/README.md index cb7187f..c6dbab3 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,12 @@ Get 6 chances to guess a char[5]. ## How to play -**The game is currently under development. An executable will be made available when it is released.** -Download `chardle.exe` and run in your Windows console environment of choice. +Download `chardle.exe` and run it directly, or within your Windows console environment of choice. -It has been tested with `cmd.exe` and `pwsh`, ymmv in other environments. +You have 6 guesses to guess a randomly-selected 5-letter word. Type your guess (lower case letters only, please) and press enter. You can press escape to quit at any time. + +It has been tested with `cmd.exe`, Windows PowerShell, and `pwsh`, ymmv in other environments. ## Building @@ -16,4 +17,4 @@ You will need a development environment set up for building Win32 applications ( ## Acknowledgements -Thank you to everyone who kept me company during development streams! And thank you especially to Asaf and aolo2, whose suggestions and gentle hints were particularly helpful and encouraging. +Thank you to everyone who kept me company during development streams! Thank you to Asaf for help debugging in the input code.