coolryan / TetrisWithTurtles

The objective of the game is to use the pieces to create as many complete horizontal lines of blocks as possible. When a line is completed, it disappears, and the blocks placed above fall one rank.
0 stars 0 forks source link

Create a class called Tetris #1

Open coolryan opened 8 months ago

coolryan commented 8 months ago

This will represent the game. Think about what changes the same about the game, and what changes about the game.

coolryan commented 8 months ago

These will be the first issues on the board. Soon we will have more things to add on.