Tell me the square of 65 in 5 seconds!
Hello, As we make progress, we have our first game in place. The concept of the first game is explained below. Trick 01 : Square of any number ending with 5 Let us find the square of the any number ending with 5. Say x5. Step 01: Think of the number next to x. Step 02: x * number next to x Step 03: Put 25 at the end of the answer Answer = Step 02 | 25 = x * ( x + 1) | 25 Example: Question: (45) 2 Step 01: Next number to 4 is 5 Step 02: 4 * 5 = 20 Step 03: Put 25 at the end of the answer Answer = 20 25 Implementing this game wasn't not our prime concern. We were more involved in defining a framework to implement as many tricks as we can. In that attempt, we have developed our first game. The learning was huge. Being the first one to be developed, we had overcome many difficulties and and also learned a lot. Few screenshots of the game are as follows, Initial menu screen Game screen Following this post, a short tutoria...