PDA

View Full Version : Guessing game


god0fgod
January 15th, 2009, 05:49 PM
I've just finished my 4th version of a game I have written in python. This time it has a GUI and a link in the applications menu. Since it is quite advanced now I thought I'd post it somewhere to see what people think.

At the moment the game allows people to give their name and a maximum number that will be generated. The game will generate a number and then the user has to guess it. Each time they get it wrong, a clue is given (eg. 4 is not a factor of my number, you guessed too high, When I divide the number by your guess, which is smaller, I get a remainder of 3). A score will be generated once the user has guessed the number and it is based on the seconds taken, the guesses made and the maximum number. Highest and worst scores are saved.

I'm thinking of making an on-line feature that will allow players to save scores on-line and also play against other people. Scores and numbers will be generated on a server to prevent cheating and such.

What can anyone on here say about it?

http://www.godofgod.co.uk/download.php?prog=guessing_game&package_type=deb