Skip to content

Commit

Permalink
Fix: Updated python game logic (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed May 14, 2024
1 parent 1acd5bf commit e768473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ <h1 style="margin-top: 450px">The Maze Game</h1>
<div class="game-container">
<canvas id="mazeCanvas"></canvas>
<div class="controls">
<p style="color: white"><strong>Controls</strong></p>
<button id="moveUp" style="font: inherit; cursor: pointer">Up</button>
<div class="horizontal-controls">
<button id="moveLeft" style="font: inherit; cursor: pointer">Left</button>
Expand Down

0 comments on commit e768473

Please sign in to comment.