Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one! NOTE: This site is NOT the official version of 2048. For the official version, go to https://mgarciaisaia.github.io/2048/
NOW MOBILE https://scratch.mit.edu/projects/301458585/ Don't look in the code. My strategy for this is suboptimal. Thanks to github for the original 2048. (There is a 0.05 second delay between moves. This is so that the code has time to run before you move again and mess it up. Normally, you shouldn't notice this, but it can definitely mess you up occasionally. Tell me in the comments if the code malfunctions because you pressed keys too fast.) (I didn't make a game over screen or a you win screen. You can figure those out yourself, ok?) If you find any mistakes (e.g. if you have a row saying 2,8,4,8, and then you press left and it turns into 2,16,4,blank), please tell me in the comments!