Wednesday 2 July 2014

simple number guessing game in android

Openmind is simple number guessting android apps. you can also download the sourcecode of this apps.
This game is based on simple maths calculation and the result answer will be half the number which is added in game.This game have 6 steps. The game will ask you to do following steps


Step 1:
1.Think any number in your mind...(let's take 6)

Step 2:
2.Now double the number you have in ur mind...(6x2=12)

Step 3:
3.Add number "4" from my side to your number...(12+4=16)
[Note : number 4 is genrated randomly when the game is started j=(int)random.nextInt(20) ]

Step 4:
4.Now half the number which you have in your mind ...(16/2=8)

Step 5:
5.Now subtract the number which you think in step 1...(8-6=2)

Step 6:
6.I know the number which is left in your mind Click on Next Button...

Step 7:
The left Number is : 2

This is just fun game, i hope you like it , you can download the sourcecode form below
Download Sourcecode

More sourcecode will be available soon ....Stay tuned... :)