It is a famous game based on math, which could at first make great impression.
One person selects a number between 1 and 1000, the second should guess it with only 10 questions. First player can answer only 'Yes' or 'No', so the questions should be like "Is your number greater than..." etc.
We can implement such game in the following form: User chooses the number and Computer tries to guess it. Program should use Binary Search. The more thorough description is provided here: Binary Search - Wiki at CodeAbbey
And let us see how it works - in the console emulator below you can play the game!
I'm the Number Guessing Program! Choose a number between 1 and 1000 You should answer Y or N to me... Ready?