diff --git a/README.md b/README.md index f9eabea96055475c19b45e40f2982f054ba06b28..77cf866db14061837c273b2597bd2018c19904fd 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,11 @@ cargo build ``` cargo run ``` + +## Description + +A simple guessing game where one tries to find the correct number between 1 and 100. + +Rejecting non-numerical input and keeping track of number of attempts. + +Currently in debug mode, thus the hidden number is shown at program startup.