Micro Lover
Member level 2
hi every one
i m trying to make a "Master-Mind" game with different skill levels
there are 5 levels, and one "stopwatch" to count the time; that player consume
when player select any one skill mode to start a game, the stopwatch start to count the time
the player must solve the game with in <= 10 try's. (no time limit)
the problem is how to save a score by analyzing two values,
1) how much time consumed
2) how much time user tried to solve.
eg 1.
time taken :> 5 mints and 14 sec, and 8 tries
eg 2.
time taken :> 10 mints and 34 sec, and 6 tries
eg 3.
time taken :> 20 mints and 44 sec, and 4 tries
by ranking which one will be at first position? which one is the suitable way? any formoula ? any hint?
advance thanks for every one
i m trying to make a "Master-Mind" game with different skill levels
there are 5 levels, and one "stopwatch" to count the time; that player consume
when player select any one skill mode to start a game, the stopwatch start to count the time
the player must solve the game with in <= 10 try's. (no time limit)
the problem is how to save a score by analyzing two values,
1) how much time consumed
2) how much time user tried to solve.
eg 1.
time taken :> 5 mints and 14 sec, and 8 tries
eg 2.
time taken :> 10 mints and 34 sec, and 6 tries
eg 3.
time taken :> 20 mints and 44 sec, and 4 tries
by ranking which one will be at first position? which one is the suitable way? any formoula ? any hint?
advance thanks for every one