diff --git a/Vorkurs/Projekt_1/Task_1/README.org b/Vorkurs/Projekt_1/Task_1/README.org index c8b4d33..4c62c16 100644 --- a/Vorkurs/Projekt_1/Task_1/README.org +++ b/Vorkurs/Projekt_1/Task_1/README.org @@ -7,7 +7,7 @@ *** Project overview -The goal of the first project is to program a simple number guessing game: the player needs to correctly guess a number, chosen from an interval $\[1,N \]$, with at most $K$ guesses. +The goal of the first project is to program a simple number guessing game: the player needs to correctly guess a number, chosen from an interval \(\[1,N \]\), with at most $K$ guesses. In the lecture, a first version of the game was presented, in which the player had only one chance of guessing the correct number. In order to implement the full game, you will have to extend this version by allowing the player to guess up to $K$ times.