2048

The gist: build a tile-based puzzle game where you can combine matching tiles.

Play 2048 in the web. The best way to get a sense of 2048 is to just play it.

Mock-Up

Here's a screenshot of the original game for reference:

Screenshot of 2048 (web version) showing tiles in various states

Concepts

  • Input
  • Game logic
  • Random spawning

Resources