refactor: Rename Tetris to Quad and fix related compilation errors

This commit is contained in:
cmclark00 2025-04-01 08:15:46 -04:00
parent ce85debfe5
commit eb962268ca
14 changed files with 139 additions and 57 deletions

View file

@ -26,10 +26,10 @@ A modern Tetris implementation for Android, featuring smooth animations, respons
The game features a comprehensive scoring system:
#### Base Scores
- Single line: 40 points
- Double: 100 points
- Triple: 300 points
- Tetris (4 lines): 1200 points
- Single line: 100 points
- Double: 300 points
- Triple: 500 points
- Quad (4 lines): 1200 points
#### Multipliers
@ -48,15 +48,15 @@ The game features a comprehensive scoring system:
- 4 combos: 2.5x
- 5+ combos: 3.0x
3. **Back-to-Back Tetris**
- 50% bonus (1.5x) for consecutive Tetris clears
- Resets if a non-Tetris clear is performed
3. **Back-to-Back Quad**
- 50% bonus (1.5x) for consecutive Quad clears
- Resets if a non-Quad clear is performed
4. **Perfect Clear**
- 2x for single line
- 3x for double
- 4x for triple
- 5x for Tetris
- 5x for Quad
- Awarded when clearing lines without leaving blocks
5. **All Clear**