From 06571e55c153017836f9942c4ef147b083fedf74 Mon Sep 17 00:00:00 2001 From: JirR02 Date: Thu, 27 Mar 2025 09:45:26 +0100 Subject: [PATCH] new org test --- Vorkurs/Projekt_1/Task_1/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.