Friday, 2 May 2014

solving puzzle 2048

solving the puzzle according to me....2048....

overview
1.you have to bring 2048              

2048 -> 1024 -> 512 -> 256 -> 128 - >64 -> 32 -> 16 -> 8  ->4 -> 2


first try to bring in this order                      

hint: take any bottom ,either up or down
                                                                                       important:never allow 2 at top ..if you let up try to change it..otherwise  game over)
 

 1.  16 32 64 128
         
                                                      (listen carefully ,our ultimate goal is the corner number at right ,it should not change....u can take any corner no change
   2 second  :

                 4     8  64    256
   3 third
                2      16      128     256
                       
   4.  fourth
                   2    8     16       512

   5.  fifth
                  64     128    256     512                         (fifth stage is the crucial one ,never make mistake in it)
                  32      16       16       4
   6  sixth
                2         8    16      1024      
repeat the steps 1 to 5 you will get 2048






No comments:

Post a Comment