<pclass="game-intro">Join the numbers and get to the <strong>2048 tile!</strong></p>
<divclass="game-container">
<divclass="grid-container">
...
...
@@ -42,38 +43,25 @@
<divclass="tile tile-2 tile-position-1-1">
2
</div>
<divclass="tile tile-4 tile-position-2-1">
4
</div>
<divclass="tile tile-8 tile-position-3-1">
8
</div>
<divclass="tile tile-16 tile-position-4-1">
16
</div>
<divclass="tile tile-32 tile-position-1-2">
32
</div>
<divclass="tile tile-64 tile-position-2-2">
64
</div>
<divclass="tile tile-128 tile-position-3-2">
128
</div>
<divclass="tile tile-256 tile-position-4-2">
256
</div>
<divclass="tile tile-512 tile-position-1-3">
512
</div>
<divclass="tile tile-1024 tile-position-2-3">
1024
</div>
<divclass="tile tile-2048 tile-position-3-3">
2048
</div>
<divclass="tile tile-4 tile-position-2-3">
4
</div>
<divclass="tile tile-512 tile-position-3-2">
512
</div>
<divclass="tile tile-2048 tile-position-4-4">
2048
</div>
</div>
</div>
<pclass="game-explanation">
<strongclass="important">How to play:</strong> Use your <strong>arrow keys</strong> to move the tiles. When two tiles with the same number touch, they <strong>merge into one!</strong>
</p>
<hr>
<p>
Created by <ahref="http://gabrielecirulli.com"target="_blank">Gabriele Cirulli.</a> Based on <ahref="https://itunes.apple.com/us/app/1024!/id823499224"target="_blank">1024 by Veewo Studio.</a>