This is very simple project - clone popular game called 2048. Is simple and surprisingly fun game where you have this 4 by 4 field and numbered tiles on it. Each turn a new tile appears. When two tiles collide they merge into a bigger tile. Player must is to get to the 2048 tile.
You learn how to implement 2 main game mechanics of the 2048 game merging and moving tiles on the game field, learn how to track player scores and store High Score between game launches, and get master valuable skills transferrable to future programming projects.
Requires basic knowledge of C #
The Asset include:
- Simple C# code
- Animation
- Sound
- Ready for mobile device
- Multiple input methods – keyboard, touch/swipe
- Landscape and portrait orientation
- Ready to publish game