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 was fascinated by Flutter's ability to support cross platform and I wanted to create something fun it. Then the thought of creating this game came up. The tiles move logic is copied from other 2048 game projects.
-
Stats (number of moves, time played, etc).Done by @Ramsay99 in this PR. Super Thanks 🙌🏼 -
Work on the animations (there's no animation for shifting tiles along the board at the moment).
UPD: [November 18, 2024: I'm currently focused on learning Golang and can't find time for this. I promise my future self to complete it soon.]
- MacOS
- Mobile