new org test

This commit is contained in:
2025-03-30 00:10:10 +01:00
parent 06571e55c1
commit 6493b59edb
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ In this respository the computer science project of the ETH of D-ITET 2024 are m
The projects are uploaded on [[https://expert.ethz.ch/enrolled/AS24/itet0/exercises][Code Expert]].
## DISCLAIMER!!!
** DISCLAIMER!!!
I assume no liability for possible errors in the code (it certainly has a few in it, since I write it myself).

View File

@@ -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.