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 = 2025

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 tutorial on developing this game shall be posted. We shall follow the same to implement the other tricks for this section of the game.



Comments

  1. Hello,

    Sorry for the delayed response. You may please find the initial game at https://sanjaykumarr.github.io/MindMath/ . However this will change in couple of days as I shall update them with the new complete game.

    Thanks.

    ReplyDelete

Post a Comment

Popular posts from this blog

Why do the tricks work?!

Google Summer of Code with Sugar Labs!