OVERVIEW
Numbers Squared is a casual complete project ready to deploy for mobile, swipe across your screen to move the cells, add the same ones together to combine them into a larger cell, reach 1024 to win
DYNAMIC CELLS GENERATOR
Whatever you want the grid to look like can be achieved with a simple change in the grid size, the possibilities are endless, from the usual 4x4 to 3x6 or even 10x10, it's all possible
PERFORMANT ANIMATION
Every animation is controlled using tweening, making the gameplay smoother
OBJECT POOLING
Instead of instantiating and destroying gameobjects in runtime, the asset uses object pooling which improves performance drastically
SUPPORTED INPUT
Choose how you want the player to interact with the game, 2 input types are supported:
• Keyboard
• Swipe (Touch or Mouse)
READY TO DEPLOY
This is a complete project which is game-ready, all you have to do is to change the package name, and you are ready!
EASILY CUSTOMIZABLE
You can easily customize the colors, grid size, winning score, change the sounds, etc. Basically everything can be easily customized to suit your taste
FEATURE RICH
• Dynamic Cells Generator
• Notch Support
• Tweening
• Object Pooling
• Endless Gameplay
• Fully Customizable
FULLY DOCUMENTED
Beginner-friendly documentation to ease the setup process, the code is well written and is documented as well. To get started check the Guide
ULTIMATE SAVE AND LOAD SUPPORT
Don't want anyone to tamper with the saved data? Get the Ultimate Save And Load, import it to your project, and then set the Save Provider in the Game Manager to Ultimate Save And Load, that's it!
DEPENDENCIES
This project requires TextMeshPRO and LeanTween
FOLLOW INTENSENATION