We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b45c0c3 commit 0c04171Copy full SHA for 0c04171
01-Candy-Crush-Game/index.html
@@ -19,20 +19,10 @@
19
<script src="script.js" charset="utf-8"></script>
20
</head>
21
<body>
22
- <!-- Mode Selection Screen -->
23
- <div id="modeSelection">
24
- <h2>Choose Game Mode</h2>
25
- <button id="endlessMode">Endless Mode</button>
26
- <button id="timedMode">Timed Mode</button>
27
- </div>
28
- <!-- Scoreboard with Timer and Change Mode Button -->
29
<div class="scoreBoard">
30
<h3>score</h3>
31
- <h1 id="score">0</h1>
32
- <div id="timer"></div>
33
- <button id="changeMode">Change Mode</button>
+ <h1 id="score"></h1>
34
</div>
35
- <!-- Game Grid -->
36
<div class="grid"></div>
37
</body>
38
-</html>
+</html>
0 commit comments