Let's write Tetris!
Our Tetris game consists of two things: a game fields and game pieces that fall from above.
So to start, create three classes: Field, GamePiece, and Tetris.
We will also need a method main() in the Tetris class.
Tetris (part 1)
- 7
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet