Skip to content

Commit

Permalink
Add short description of the game to index
Browse files Browse the repository at this point in the history
  • Loading branch information
sourrust committed Dec 1, 2012
1 parent 5a67814 commit bb0fb6e
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions index.html
Expand Up @@ -9,9 +9,25 @@
<link rel="stylesheet" href="build/style.css">
</head>
<body>
<a href="https://github.com/sourrust/game-off-2012" class="github-ribbon" target="_blank">
<img src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub">
</a>
<div id="content">
<a href="https://github.com/sourrust/game-off-2012" class="github-ribbon" target="_blank">
<img src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub">
</a>
<div id="cr-stage"></div>
<div id="instructions">
<h1>Disposable Clone</h1>
A clone based platformer.
<h2>Controls</h2>
<p>
Use the wads to get through.
<ul>
<li>A and D to move left and right</li>
<li>W to jump</li>
<li>W in midair to clone jump</li>
</ul>
</p>
</div>
</div>
<script data-main="scripts/main.js" src="scripts/lib/require.js"></script>
</body>
</html>

0 comments on commit bb0fb6e

Please sign in to comment.