README.md
This commit is contained in:
parent
4796585535
commit
44532d37b5
|
|
@ -1,12 +1,12 @@
|
||||||
# TROS
|
# 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.
|
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:
|
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.
|
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.
|
3. **Hard**: You lose the game when you make a single wrong guess.
|
||||||
|
|
||||||
## Levels
|
## 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.
|
- When you reach the level 10 and make the right guess, You win the game.
|
||||||
|
|
||||||
| Level | Elements |
|
| Level | Elements |
|
||||||
|
|
|
||||||
Reference in New Issue