-
-
Winning:
-
>> If you reach level 128, you
- win the game.
>>
- Alternatively, you can win by completing all levels with a high score.
-
-
RESTART
-
+
+
-
-
-
-
- window.onload = function() {
- const toggleButton = document.getElementById('themeButton');
- const body = document.body;
-
- toggleButton.addEventListener('click', () => {
- body.classList.toggle('light-theme');
- body.classList.toggle('dark-theme');
- });
- };
-
-
-
-
-
-
- function closeDialog() {
- document.getElementById("dialogBox").style.display = "none";
- document.getElementById("overlay").style.display = "none";
- }
-
- function restartGame() {
- document.getElementById("myModal").style.display = "none";
- }
-
+
+
+
+
-
\ No newline at end of file
+
+
+
\ No newline at end of file