Tetris (part 1)

  • 7
  • Locked
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.
You can't complete this task, because you're not signed in.
Comments
  • Popular
  • New
  • Old
You must be signed in to leave a comment
This page doesn't have any comments yet