From aae4db8bca2388f071342e27d2a225f2df323124 Mon Sep 17 00:00:00 2001 From: JirR02 Date: Sun, 30 Mar 2025 00:11:42 +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 fdf138f..9895d5b 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.