diff options
| author | krolyxon <krolyxon@tutanota.com> | 2023-09-01 17:12:20 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2023-09-01 17:12:20 +0530 |
| commit | 44532d37b530a47de660395994168de11dbc588a (patch) | |
| tree | d978fdce9785313af54143cb6d9600484ca294af /README.md | |
| parent | 47965855355c090fc45dd156c0c6c1898b3cc294 (diff) | |
README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | |
