https://github.com/zients/unity-tetris
https://github.com/zients/unity-tetris
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zients/unity-tetris
- Owner: zients
- Created: 2019-11-17T17:15:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T02:13:33.000Z (almost 6 years ago)
- Last Synced: 2026-03-23T18:30:57.356Z (3 months ago)
- Language: C#
- Size: 7.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Unity Tetris/俄羅斯方塊
## English
Use Unity to build Tetris!
I like to play Tetris. So I decide to create Tetris by myself.
This is Unity Project, you need to build this game by Unity.
## 中文
使用 Unity 重現經典的俄羅斯方塊遊戲。
因為我喜歡俄羅斯方塊,故想要以自己的手重現。
此為 Unity 專案,需要使用 Unity 建構才可遊玩。

# Controls/操作說明:
Controls:
| Key | Controls |
| ---------- | ----------------------- |
| UpArrow | Rotate counterclockwise |
| DownArrow | Group accelerate |
| LeftArorw | Group move to left |
| RightArrow | Group move to right |
| Z | Rotate clockwise |
操作說明:
| 按鍵 | Controls |
| ------ | ---------- |
| 上箭頭 | 逆時鐘旋轉 |
| 下箭頭 | 方塊加速 |
| 左箭頭 | 方塊向左 |
| 右箭頭 | 方塊向右 |
| Z | 順時鐘旋轉 |