 
          2048 is a popular puzzle game, where the user has to slide numbered tiles on a 4x4 grid in order to merge them into a tile of a higher value.
| Genre | Puzzle | 
| Complexity | Simple | 
| Tutorial | How to make 2048 with Felgo | 
| Project Location | <Path to your Felgo SDK>/Examples/Felgo/demos/2048/2048.pro | 
| To run this demo, open the .profile with Qt Creator. | |
| 
 | 
2048 is a popular puzzle game made by 19-year-old Italian developer Gabriele Cirulli. The user has to slide numbered tiles on a 4x4 grid in order to merge them into a tile of a higher value.
A tutorial on how to create this 2048 game is available here: How to make 2048 with Felgo.
We also provide the full source code of 2048 made with Felgo in the Felgo SDK here.
Files:
Images: