We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea30d75 + e82a7f7 commit 22dda1eCopy full SHA for 22dda1e
166 - Retro Mario Game/index.html
@@ -0,0 +1,18 @@
1
+<!DOCTYPE html>
2
+<html lang="en" >
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Retro Mario Game</title>
8
+ <link rel="stylesheet" href="./style.css">
9
+
10
+</head>
11
+<body>
12
+<!-- partial:index.partial.html -->
13
+<h2>Retro Mario Game</h2>
14
+<!-- partial -->
15
+ <script src="./script.js"></script>
16
17
+</body>
18
+</html>
166 - Retro Mario Game/readme.md
@@ -0,0 +1,4 @@
+## Retro Mario Game
+- Use Arrow key to move Blue Block.
+- Avoid the Red Lava and take All the Yellow Points.
0 commit comments