Join the numbers and get to the 2048 tile!
New GameHow to play: Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one!
MGH: This is my fork of the hit game 2048. I changed the scoring algorithm to be more meaningful. In the original game, score grew faster than the largest tile. By the time the player created a 2048 tile, their score would typically be around 20,000. Most players ignored the score.
A better scoring algorithm would measure progress towards the goal of making a 2048 tile. It would have these properties:
This suggests a new scoring algorithm: sum distinct tiles, allowing any duplicate to substitute for all smaller titles.