Initial commit: Modern Tetris implementation with official rules and scoring system

This commit is contained in:
cmclark00 2025-03-26 12:44:00 -04:00
commit f4e5a9b651
27 changed files with 2898 additions and 0 deletions

2
settings.gradle Normal file
View file

@ -0,0 +1,2 @@
rootProject.name = "Mintris"
include ':app'