2048 (Part 12/18)

  • 3
  • Locked
Now you can start implementing the moveRight(), moveUp(), and moveDown() methods. In the moveRight() method, rotate the gameField matrix clockwise twice, then call moveLeft(), which we've already written, and again rotate the gameField clockwise two more times. It should work. In the moveDown() m
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