/2048

Clone of 2048 puzzle game.

Primary LanguageJavaScript

2048

Clone of 2048 puzzle game. 2048 is a single-player sliding block puzzle game designed by Italian web developer Gabriele Cirulli. The game’s objective is to slide numbered tiles on a grid to combine them to create a tile with the number 2048. However, one can continue to play the game after reaching the goal, creating tiles with larger numbers. i.e swipe number tiles to sum up two 2s or 4s or 8s and so on, till they get to the number 2048.

2048