mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-18 08:05:20 +01:00
Fix README: Remove hold piece functionality and correct control scheme
This commit is contained in:
parent
db93b70741
commit
414eba9db7
1 changed files with 4 additions and 6 deletions
10
README.md
10
README.md
|
@ -7,7 +7,6 @@ A modern Tetris implementation for Android, featuring smooth animations, respons
|
||||||
### Core Gameplay
|
### Core Gameplay
|
||||||
- Classic Tetris mechanics
|
- Classic Tetris mechanics
|
||||||
- 7-bag randomizer for piece distribution
|
- 7-bag randomizer for piece distribution
|
||||||
- Hold piece functionality
|
|
||||||
- Ghost piece preview
|
- Ghost piece preview
|
||||||
- Hard drop and soft drop
|
- Hard drop and soft drop
|
||||||
- T-Spin detection and scoring
|
- T-Spin detection and scoring
|
||||||
|
@ -70,11 +69,10 @@ The game features a comprehensive scoring system:
|
||||||
- Triple: 6x
|
- Triple: 6x
|
||||||
|
|
||||||
### Controls
|
### Controls
|
||||||
- Tap left/right to move piece
|
- Swipe left/right to move piece
|
||||||
- Tap up or double tap to rotate
|
- Swipe down quickly for hard drop
|
||||||
- Swipe down for soft drop
|
- Swipe down slowly for soft drop
|
||||||
- Fast swipe down for hard drop
|
- Double tap to rotate
|
||||||
- Long press to hold piece
|
|
||||||
|
|
||||||
### Visual Effects
|
### Visual Effects
|
||||||
- Smooth piece movement animations
|
- Smooth piece movement animations
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue