Developed a classic 2048 game using JavaScript, with responsive controls for arrow keys to move tiles.
Implemented functionality to merge tiles with the same number, doubling the tile value and producing a new tile at each move.
Created Logic for the score system accordingly with each merge move.
Built with