Skip to content

Commit

Permalink
Fix: Updated game UI
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangsonww committed Mar 14, 2024
1 parent e1c965d commit cfa516a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<body>
<header>
<h1>The Maze Game</h1>
<h1 style="margin-top: 250px">The Maze Game</h1>
<p>A simple yet fun game to play when you're bored.</p>
<strong><p id="lifetimeScore">Lifetime Score: 0</p></strong>
</header>
Expand All @@ -36,7 +36,7 @@ <h1>The Maze Game</h1>
</div>
</div>
<button id="regenerateMaze" style="margin-top: 25px" title="Too hard? Regenerate the maze! Note that you will lose 1 point for that." onclick="regenerateMaze()">Regenerate Maze</button>
<button id="aboutGame" onclick="window.location.href='src/html/about.html'" style="margin-top: 25px">About Game</button>
<button id="aboutGame" onclick="window.location.href='src/html/about.html'" style="margin-top: 25px; margin-bottom: 200px">About</button>
</div>

<script src="src/js/game.js"></script>
Expand Down

0 comments on commit cfa516a

Please sign in to comment.