mirror of
https://github.com/cmclark00/TetriStats.git
synced 2025-05-17 14:45:20 +01:00
No description
|
||
---|---|---|
.forgejo | ||
.github/workflows | ||
app | ||
gradle | ||
.gitignore | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
README.md | ||
settings.gradle.kts |
TetriStats
A modern Android application for tracking and comparing your Tetris scores across different game versions.
Features
- Score Tracking: Log scores from different Tetris versions with details like start/end level and lines cleared
- Score Conversion: Convert scores between different Tetris games using accurate scaling factors
- Statistics: View your performance history and statistics
- Game-Specific Adjustments: Accounts for differences in scoring systems between games
Supported Games
- NES Tetris
- Game Boy Tetris
- Tetris DX
- Tetris DS
- Tetris Effect
- Rosy Retrospection DX
- Apotris
Technical Details
- Built with Kotlin
- Uses Android Architecture Components (ViewModel, LiveData, Room)
- Material Design UI components
- MVVM architecture
Screenshots
[Screenshots coming soon]
Installation
- Download the latest APK from the Releases section
- Enable installation from unknown sources in your device settings
- Install the APK
Or build from source:
git clone https://github.com/yourusername/TetriStats.git
cd TetriStats
./gradlew assembleDebug
License
MIT License