## 2048 - implemented some core features of the game 2048. - detecting if empty space exits. - detecting if the player won. - detecting if the game is over. - tilting the board after receiving the direction entered by the user. (implemented features are in ./src/game2048/Model.java) ![](BYOW2.gif)