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
2048 (Part 12/18)
- 3
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet