Tone-tris
- March 22, 2022
- Spalding Tech
My first *mostly* functioning game. This is essentially a Tetris clone. Each given piece is entirely randomized, and displayed in a 'next' window before being given to the player on the grid. Levels are increased each time the player clears ten lines. I followed a tutorial from The Weekly Coder to put the initial basis of the code together, before adding several features independently. The game …