2048 is a single-player sliding tile puzzle video game. The objective of the game 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 tile larger numbers.
- Array
- Stack
- Merge Sorting
- Linked list
- Random number generator
- User Interface Design
Clone the repo and open 2048.c in TurboC++
Press WASD or Arrow keys to give direction to the tiles to move and try to join tiles to reach 2048, or even more!?