This is my version of the 2048 game.. Use the arrow keys to merge tiles with the same number until you reach 2048, but be careful not to run out of space!
- JavaScript
- HTML
- CSS
- Refactor the code to make it more DRY.
- Save user's highest score.
- Add animation when a tile is merged.

