OBJECTIVE: Join the numbers and get to the 2048 tiles! HOW TO PLAY: Use your arrow keys to move the tiles around. When two tiles with the same number on touch, they merge into one! NOTE: After every move, a new tile will automatically be generated to keep the game going. So new moves will not be processed till the second pop.
<rant ignorable="true">Took me an entire weekend to drag-and-drop all those blocks together, create some assets, realize I had the architecture wrong, drag-and-drops some more blocks together, and test for bugs. All that for something I could have implemented in a general-purpose language like Python in a day, and in a semi-domain-specific language like JavaScript in half of one. </rant> That said, I would like to acknowledge that I am only responsible for porting this game to Scratch. The game borrows almost entirely from the 2048 implementation by Gabriele Cirulli in gameplay and design, which in turn was conceptually inspired by the original game Threes!