Skip to main content

Beating 2048

Jun 1, 2020 · Last updated: Jun 2, 2020 ·
Posted in weblog#diversions
Categories: puzzles, 2048

The only strategies you need to learn

  • Put the highest tile in a corner. I prefer choosing the top left corner but it's irrelevent to the overall strategy.

  • Keep the row with the highest tile filled at all times.

  • Only move your highest corner tile when forced to, then immediately return it.

    Now, there will be cases when the corner will be replaced with a small tile but that doesn't mean it's the end of the game. It will just make your position a little weaker and decrease your chances of getting a very high score. Nevertheless, getting a 2048 should not be a problem if you follow the above steps.

Fun facts

  • You can type in this DuckDuckGo query to play 2048 in your browser!
  • Here is the source code of the earliest implementation written by Gabriele Cirulli in 2014. This was based on its predecessor 1024. You can play the original version of the game at play2048.co.