Skip to content

Commit 22dda1e

Browse files
Merge pull request swapnilsparsh#755 from DragonUncaged/retromario
Retro Game
2 parents ea30d75 + e82a7f7 commit 22dda1e

File tree

4 files changed

+581
-0
lines changed

4 files changed

+581
-0
lines changed

166 - Retro Mario Game/index.html

+18
Original file line numberDiff line numberDiff line change
@@ -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

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
## Retro Mario Game
2+
3+
- Use Arrow key to move Blue Block.
4+
- Avoid the Red Lava and take All the Yellow Points.

0 commit comments

Comments
 (0)