Skip to content

Commit

Permalink
Merge pull request swapnilsparsh#755 from DragonUncaged/retromario
Browse files Browse the repository at this point in the history
Retro Game
  • Loading branch information
swapnilsparsh authored May 13, 2022
2 parents ea30d75 + e82a7f7 commit 22dda1e
Show file tree
Hide file tree
Showing 4 changed files with 581 additions and 0 deletions.
18 changes: 18 additions & 0 deletions 166 - Retro Mario Game/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Retro Mario Game</title>
<link rel="stylesheet" href="./style.css">

</head>
<body>
<!-- partial:index.partial.html -->
<h2>Retro Mario Game</h2>
<!-- partial -->
<script src="./script.js"></script>

</body>
</html>
4 changes: 4 additions & 0 deletions 166 - Retro Mario Game/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Retro Mario Game

- Use Arrow key to move Blue Block.
- Avoid the Red Lava and take All the Yellow Points.
Loading

0 comments on commit 22dda1e

Please sign in to comment.