This commit is contained in:
2025-10-08 15:33:06 +02:00
parent 9058650339
commit 3547ccfc10
18 changed files with 1175 additions and 248 deletions

View File

@@ -1,4 +1,4 @@
import java.util.Scanner;
/*import java.util.Scanner;
import java.util.Random;
import java.util.HashSet;
import java.util.Set;
@@ -36,4 +36,4 @@ public class HangedGame {
Display.showEndGame(word, lives, MAX_LIVES);
scanner.close();
}
}
}*/