2048 (part 3)

  • 9
  • Locked
Let's implement the Model class. It will be responsible for all manipulations performed on the game board. But to manipulate the game board, we ought to start by creating it! We're going to need: 1. A private constant FIELD_WIDTH = 4, which defines the width of the game board.
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