You can play this game in your browser:
Hosted On GitHub Pages
2048 is a sliding number puzzle game. Slide all the tiles on the board in one direction: up, down, left, or right. If two like numbers collide, they will combine into a higher value tile. The goal is to get a "2048" value tile on the board, but you can even keep playing after that to try to get a high score.
2048
╔════════════════════════════════╗
║ ║
║ 16 2 32 4 ║
║ ║
║ 4 32 8 2 ║
║ ║
║ 8 4 4 ║
║ ║
║ 4 ║
║ ║
╚════════════════════════════════╝
Score: 774
↑
,↓
,←
,→
: slide the tiles on the boardend
: end the current game and start a new oneenter
: play againescape
: exit game