File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,17 +25,17 @@ If the guess is too high it should tell the user the it’s guess is too high or
2525
2626For example:
2727
28- * Sorry <user_name> your guess is to low Or Sorry <user_name> your guess is too high
28+ * Sorry <user_name> your guess is to low Or Sorry <user_name> your guess is too high
2929
3030If the guess is correct display :
3131
32- * Well done, <user_name> the number is <the number >, it took you <number of guesses > guesses”.
32+ * Well done, <user_name> the number is <the number >, it took you <number of guesses > guesses”.
3333
3434If the user selected easy:
3535
36- * the max number for the random number seed is 50, if intermediate it is 250 and if hard it should be 1000.
36+ * the max number for the random number seed is 50, if intermediate it is 250 and if hard it should be 1000.
3737
3838Bonus features:
39- * Let the game remember the three best attempts.
40- * Congratulate the user if he is in the top 3.
39+ * Let the game remember the three best attempts.
40+ * Congratulate the user if he is in the top 3.
4141
You can’t perform that action at this time.
0 commit comments