Skip to content

Commit

Permalink
新增說明
Browse files Browse the repository at this point in the history
  • Loading branch information
s956142 committed Apr 20, 2024
1 parent c366936 commit 22fbf79
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[點擊查看Demo(github-page)](https://s956142.github.io/tetris-battle/ "俄羅斯方塊")
[點擊開啟 俄羅斯方塊 (github-page)](https://s956142.github.io/tetris-battle/ "俄羅斯方塊")
# tetris-battle

# canvas-demo

# 空格-暫停/開始
# 速降 空格

# 操控 ↑ ↓ ← →
# 操控方向 ↓ ← →

# 旋轉 ↑

# 暫停/開始 p

# 保留 shift
6 changes: 6 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,12 @@

<div class="operation-intro mt-10">
<div class="flex-row align-center">
<span class="mr-2">旋轉:</span>
<div class="fs-20 flex-row">
<span class="mr-2"></span>
</div>
</div>
<div class="mt-10 flex-row align-center">
<span class="mr-2">移動:</span>
<div class="fs-20 flex-row">
<span class="mr-2"></span>
Expand Down

0 comments on commit 22fbf79

Please sign in to comment.