What is the book about?
This book is about an easy and definite way to solve a tile game called 2048. (You can play the game here). The game is very intuitive to start with where you need to add numbers for example 2+2 to get 4 and then 4+4 to get 8 and so on. You ultimately need to reach 2048 where you have solved the game. You could proceed further and create a high score and enter the laurel boards.What makes it tough to reach 2048 is the randomness with which new numbers are generated. Without a proper method like ours it is not easy to reach 2048 in straight attempts
