This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<meta name="viewport" content="width=device-width,user-scalable=no"> | |
<div id="container"> | |
<div id="game"></div> | |
<div id="score">0</div> | |
<div id="instructions">Click (or press the spacebar) to place the block</div> | |
<div class="game-over"> | |
<h2>Game Over</h2> | |
<p>You did great, you're the best.</p> | |
<p>Click or spacebar to start again</p> |