mirror of
https://github.com/cmclark00/tetris-3d.git
synced 2025-05-17 23:25:21 +01:00
Implement 7-bag randomization system and improve mobile layout with vertical menu
This commit is contained in:
parent
40700d1636
commit
9e04ffc20a
3 changed files with 198 additions and 146 deletions
|
@ -16,6 +16,10 @@
|
|||
|
||||
<div class="game-container">
|
||||
<div class="score-container">
|
||||
<div id="next-piece-preview">
|
||||
<h3>Next</h3>
|
||||
<canvas id="next-piece" width="120" height="120"></canvas>
|
||||
</div>
|
||||
<p>Score: <span id="score">0</span></p>
|
||||
<p>Level: <span id="level">1</span></p>
|
||||
<p>Lines: <span id="lines">0</span></p>
|
||||
|
@ -27,10 +31,6 @@
|
|||
|
||||
<div class="game-wrapper">
|
||||
<canvas id="tetris" width="320" height="640"></canvas>
|
||||
<div id="next-piece-preview">
|
||||
<h3>Next</h3>
|
||||
<canvas id="next-piece" width="120" height="120"></canvas>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="controls-info">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue