mirror of
https://github.com/cmclark00/mintris.git
synced 2025-05-18 09:25:21 +01:00
Enhance: Add hold piece control and theme customization options
- Introduced a new control for holding pieces with a swipe up gesture. - Added multiple theme options with a Random Mode that changes themes automatically after clearing lines. - Updated README to reflect new controls and visual features. - Incremented version code and updated version name in build.gradle. - Adjusted title and high score positioning based on screen orientation in TitleScreen.kt. - Added "Enter Name" prompt in high score entry layout for better user experience.
This commit is contained in:
parent
2d9de31a38
commit
21b2513ad4
5 changed files with 39 additions and 14 deletions
|
@ -62,6 +62,7 @@ Pixelmint Drop features a comprehensive scoring system designed to reward skillf
|
|||
- **Swipe down quickly:** Hard drop (instant placement).
|
||||
- **Swipe down slowly:** Soft drop (faster downward movement).
|
||||
- **Single tap:** Rotate piece.
|
||||
- **Swipe up:** Hold piece.
|
||||
|
||||
### Visual Effects
|
||||
- Silky-smooth piece movement animations.
|
||||
|
@ -70,6 +71,8 @@ Pixelmint Drop features a comprehensive scoring system designed to reward skillf
|
|||
- Subtle block glow effects.
|
||||
- Clean grid lines for better visibility.
|
||||
- Engaging animated title screen featuring falling pieces.
|
||||
- Multiple theme options with ability to change manually or enable Random Mode (unlocked when 2+ themes are available).
|
||||
- In Random Mode, themes change automatically every 10 line clears (1 level).
|
||||
|
||||
## Technical Details
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue