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 Jun 20, 2024
1 parent 84139b0 commit b00e33d
Showing 1 changed file with 6 additions and 24 deletions.
30 changes: 6 additions & 24 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<head>
<meta charset="UTF-8">
<title>404 Not Found - The Maze Game</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href="../../utils/favicon.ico">
<link rel="stylesheet" href="https://hoangsonww.github.io/The-Maze-Game/src/css/style.css">
<link rel="icon" type="image/x-icon" href="https://hoangsonww.github.io/The-Maze-Game/utils/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="manifest" href="../../manifest.json">
<link rel="manifest" href="https://hoangsonww.github.io/The-Maze-Game/manifest.json">
<meta name="theme-color" content="#000000">
</head>

Expand All @@ -27,27 +27,9 @@
</style>

<body>
<header style="margin-bottom: 50px">
<h1>The Maze Game</h1>
<p>A simple yet fun game to play when you're bored.</p>
</header>

<div style="margin-top: -20px" class="game-container">
<h2 style="color: white">About The Maze Game</h2>
<p style="color: white">You can use the arrow keys or the four control buttons below the maze to help the player navigate through the maze.</p>
<p style="color: white">The player's goal is to reach the end of the maze.</p>
<p style="color: white">If the player reaches the end of the maze, the maze will regenerate and the player will be placed at the start of the new maze.</p>
<p style="color: white">If you find yourself stuck, you can regenerate the maze by clicking the "Regenerate Maze" button.</p>
<p style="color: white">Good luck!</p>

<button id="regenerateMaze" onclick="window.location.href='../../index.html'" style="margin-top: 25px">Back to Game</button>

<h2 style="color: white; margin-top: 25px">Explore Our Other Apps</h2>
<button style="font: inherit; margin-top: 10px" id="regenerateMaze1" onclick="window.location.href='https://movie-verse.com';">Visit The MovieVerse</button>
<button style="font: inherit; margin-top: 10px" id="regenerateMaze2" onclick="window.location.href='https://hoangsonww.github.io/RecipeGenie-App/';">Visit RecipeGenie</button>
<button style="font: inherit; margin-top: 10px" id="regenerateMaze3" onclick="window.location.href='https://hoangsonww.github.io/The-StickyNotes-App/';">Visit StickyNotes</button>
<button style="font: inherit; margin-top: 10px; margin-bottom: 20px" id="regenerateMaze4" onclick="window.location.href='https://hoangsonww.github.io/WeatherMate-App/';">Visit WeatherMate</button>
</div>
<h1 style="color: white">404 Not Found</h1>
<p style="color: white">The page you are looking for does not exist.</p>
<button id="regenerateMaze" onclick="window.location.href='https://hoangsonww.github.io/The-Maze-Game/'" style="margin-top: 25px">Back to Game</button>
</body>

</html>

0 comments on commit b00e33d

Please sign in to comment.