Elm 2048

0
0

Join the numbers and get to the 2048 tile!

2
2

How to play: Use your arrow keys or swipe on a touch screen to move the tiles. When two tiles with the same number touch, they merge into one!


Note: This is not the official version of 2048! It is an implementation of Gabriele Cirulli's 2048 game written in Elm. You can find the code for this Elm implementation here: github.com/stepheneb/elm-2048.


Original 2048 created by Gabriele Cirulli. Based on 1024 by Veewo Studio and conceptually similar to Threes by Asher Vollmer.