Tetris (part 7)

  • 7
  • Locked
We'll need 4 more methods in the Field class: a) void print() - The object draws its current state on the screen; b) void removeFullLines() - Completely full rows are removed from the matrix, and higher rows are moved down; c) Integer getValue(int x, int y) - Returns the matrix value with coordinates (x, y).
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