aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2023-09-01 17:12:20 +0530
committerkrolyxon <krolyxon@tutanota.com>2023-09-01 17:12:20 +0530
commit44532d37b530a47de660395994168de11dbc588a (patch)
treed978fdce9785313af54143cb6d9600484ca294af
parent47965855355c090fc45dd156c0c6c1898b3cc294 (diff)
README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0cca7f0..14b7645 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
# TROS
This is a CLI game where you have to guess the sorting algorithm used to sort a randomly generated list of numbers based on the passes displayed on the screen.
The game has 3 difficulty modes:
-1. **Easy**: When you make a wrong guess, you score will be decremented by 10 and level by 1.
+1. **Easy**: When you make a wrong guess, your score will be decremented by 10 and level by 1.
2. **Medium**: Score will be decremented by 20 and level by 10.
3. **Hard**: You lose the game when you make a single wrong guess.
## Levels
-- There are total 10 levels and the number of elements the list has depends upon it.
+- There are total 10 levels and the number of elements in the list depends upon it.
- When you reach the level 10 and make the right guess, You win the game.
| Level | Elements |