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

View file

@ -0,0 +1,15 @@
<resources>
<string name="app_name">Mintris</string>
<string name="game_over">GAME OVER</string>
<string name="score">SCORE</string>
<string name="level">LEVEL</string>
<string name="lines">LINES</string>
<string name="next">NEXT</string>
<string name="play">PLAY</string>
<string name="resume">RESUME</string>
<string name="pause">PAUSE</string>
<string name="settings">Settings</string>
<string name="sound_on">Sound: ON</string>
<string name="sound_off">Sound: OFF</string>
<string name="select_level">Select Level</string>
</resources>