Like to live site:
2048 is a clone of the classic math/ puzzle game of the same name. Players join like numbered tiles by pressing arrow keys that move all moveable tiles in that direction.
This project is implemented using vanilla JavaScript for the logic and Canvas API for rendering the game board and tiles.