Tetris (part 6)

  • 7
  • Locked
Now let's move on to the Field class. It will be responsible for storing information about which cells of the game field are currently occupied and which are empty. Add the following two fields to the Field class: int width and int height. We also need a matrix, i.e. a two-dimensional array.
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