One of my early projects developed entirely in JavaScript. This one is a straightforward take on the 2048 style of puzzle game.

The rules of the game are simple: slide the tiles to merge them!

For now, you can slide the tiles using the arrow keys on your keyboard.

The game is "won" when you get a tile to the value of "2048", though it will give you the option of continuing, so you can get a higher score.

Leave a comment

Log in with itch.io to leave a comment.