Skip to content

Instantly share code, notes, and snippets.

View ShubhankAg's full-sized avatar

FlashG48(Shubhank Agase) ShubhankAg

View GitHub Profile
@ShubhankAg
ShubhankAg / index.html
Created January 3, 2022 17:18
Tower Blocks
<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>