Few inistial steps:
*Create and empty project and switch platform to Android in Build Settings
*This project is initially in Portrait,so to turn it into a landscape version like in one of the demo videos, just adjust few values in the Canvas Scaler component in Canvas gameObject of every scene and adjust camera position in GameManager script Start() method, also increase the max width of the grid in GameManager script(inspector).