Skip to content

Commit 0c04171

Browse files
committed
Old Candy Crush Push
1 parent b45c0c3 commit 0c04171

File tree

3 files changed

+182
-230
lines changed

3 files changed

+182
-230
lines changed

01-Candy-Crush-Game/index.html

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,10 @@
1919
<script src="script.js" charset="utf-8"></script>
2020
</head>
2121
<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 -->
2922
<div class="scoreBoard">
3023
<h3>score</h3>
31-
<h1 id="score">0</h1>
32-
<div id="timer"></div>
33-
<button id="changeMode">Change Mode</button>
24+
<h1 id="score"></h1>
3425
</div>
35-
<!-- Game Grid -->
3626
<div class="grid"></div>
3727
</body>
38-
</html>
28+
</html>

0 commit comments

Comments
 (0)