If you've got some time to kill this weekend, try this web-based number-matching game, 2048. The goal is to move tiles left, right up and down while merging tiles with the same numbers to create the ultimate 2048 tile. (Based on personal experience, you might want more than a little time — it's quite addictive.)
This implementation was created by Gabriele Cirulli, and the MIT-licensed JavaScript implementation is available on GitHub. Here's a more challenging version, Evil 2048. Some have used the code to create versions of 2048 with custom tiles. If you like this game and have a smartphone, also check out the similar, cuter and more challenging inspiration, Threes.
That's all for this week. See you back here on Monday!
Comments