This commit is contained in:
maxgrf 2025-12-11 14:15:33 +01:00
parent 6ba60e0784
commit 5fe070ed6a
9 changed files with 5 additions and 0 deletions

BIN
bintree.o Normal file

Binary file not shown.

BIN
doble.exe

Binary file not shown.

BIN
highscore.o Normal file

Binary file not shown.

View File

@ -1,6 +1,10 @@
player_name;8964
player_name;6979
player_name;5988
player_name;5987
player_name;4982
player1;3999
player_name;3992
player_name;3989
player_name;2996
player_name;2996

BIN
main.o Normal file

Binary file not shown.

View File

@ -96,6 +96,7 @@ unsigned int *createNumbers(unsigned int len)
//duplizierte Zahl hinzufügen
unsigned int dupIndex = rand() % len;
unsigned int targetIndex = rand() % len;
//FOR-SCHLEIFE VERWENDEN!!!!!!!!!!!!!!!!!!!!!!!!
if (dupIndex != targetIndex)
{
numbers[targetIndex] = numbers[dupIndex];

BIN
numbers.o Normal file

Binary file not shown.

BIN
stack.o Normal file

Binary file not shown.

BIN
timer.o Normal file

Binary file not shown.