One example embodiment includes a method of playing a game. The method includes providing a first player and a second player with a sum of money. Each sum of money is within predetermined minimum and maximum thresholds. The sum of money provided to the first player is the first player's current balance. The sum of money provided to the second player is the second player's current balance. The method also includes allowing the first player to guess the second player's current balance and adjusting the first player's balance based on the first player's guess. Adjusting the first player's balance can be based on whether the first player's guess is too high or too low relative to the second player's current balance.
Legal claims defining the scope of protection. Each claim is shown in both the original legal language and a plain English translation.
1. A system embodied on a computer-readable storage medium bearing computer-executable instructions that, when executed by a logic device, carries out a method for playing a number guessing game, the system comprising: a logic device; one or more computer readable media, wherein the one or more computer readable media contain a set of computer-executable instructions to be executed by the logic device, the set of computer-executable instructions configured to: provide a first player and a second player with a sum of money, wherein: each sum of money is within predetermined minimum and maximum thresholds; the sum of money provided to the first player is the first player's current balance; and the sum of money provided to the second player is the second player's current balance; allow the first player to guess the second player's current balance; and adjust the first player's balance based on the first player's guess, wherein adjusting the first player's balance based on the first player's guess includes: transferring the amount guessed by the first player to the first player's current balance from the second player's current balance if the amount guessed is lower than the second player's current balance; leaving player balances unchanged if the amount guessed by the first player is higher than the second player's current balance; and transferring the amount guessed by the first player to the first player's current balance from the second player's current balance and declaring the first player the winner if the amount guessed matches the second player's current balance.
A number guessing game implemented as a computer program stores player balances and manages gameplay. The system gives both players a starting sum of money between a minimum and maximum value. The first player guesses the second player's balance. If the guess is lower than the second player's balance, the guessed amount transfers from the second player to the first player. If the guess is higher, nothing happens. If the guess is correct, the guessed amount transfers, and the first player wins.
2. The system of claim 1 , wherein the minimum threshold is $1.
The number guessing game system, as described where both players receive a starting sum of money between a minimum and maximum value, specifies that the minimum possible starting value is $1.
3. The system of claim 1 , wherein the maximum threshold is $100.
The number guessing game system, as described where both players receive a starting sum of money between a minimum and maximum value, specifies that the maximum possible starting value is $100.
4. The system of claim 1 , wherein the maximum threshold is $1,000.
The number guessing game system, as described where both players receive a starting sum of money between a minimum and maximum value, specifies that the maximum possible starting value is $1,000.
5. The system of claim 1 , wherein the maximum threshold is $10,000.
The number guessing game system, as described where both players receive a starting sum of money between a minimum and maximum value, specifies that the maximum possible starting value is $10,000.
6. The system of claim 1 further comprising: displaying to the first player the second player's maximum possible balance.
The number guessing game system, where both players receive a starting sum of money between a minimum and maximum value, includes a display feature that shows the first player the maximum possible balance the second player could have. The first player guesses the second player's balance and the system adjusts the balance of the first player based on their guess.
7. The system of claim 6 , wherein the second player's maximum possible balance is equal to the maximum threshold before either the first player or the second player has guessed.
The number guessing game system, which displays the second player's maximum possible balance, specifies that this maximum possible balance, before any guesses are made, is equal to the maximum allowed starting value set for the game. The first player guesses the second player's balance, and the system adjusts the balance of the first player based on their guess.
8. The system of claim 7 , wherein the second player's maximum possible balance is updated after the first player has guessed, wherein the maximum possible balance is equal to the lesser of: the previous maximum possible balance; or the amount of the first player's guess minus 1 if the first player guessed an amount higher than the second player's balance.
The number guessing game system, which displays and updates the second player's maximum possible balance, updates this maximum value after the first player makes a guess. If the first player guesses too high, the new maximum possible balance is the lower value of either the previous maximum or the guessed amount minus one. The first player guesses the second player's balance, and the system adjusts the balance of the first player based on their guess.
9. The system of claim 7 , wherein the maximum possible balance is updated after the first player has guessed, wherein the maximum possible balance is equal to the previous maximum possible balance minus the amount guessed by the first player if the first player guessed an amount lower than the second player's balance.
The number guessing game system, which displays and updates the second player's maximum possible balance, updates this maximum value after the first player makes a guess. If the first player guesses too low, the new maximum possible balance is the previous maximum minus the guessed amount. The first player guesses the second player's balance, and the system adjusts the balance of the first player based on their guess.
10. The system of claim 1 , the method further comprising: allowing the second player to guess the first player's current balance; and adjusting the second player's balance based on the second player's guess, wherein adjusting the second player's balance based on the second player's guess includes: transferring the amount guessed by the second player to the second player's current balance from the first player's current balance if the amount guessed is lower than the first player's current balance; leaving player balances unchanged if the amount guessed by the second player is higher than the first player's current balance; and transferring the amount guessed by the second player to the second player's current balance from the first player's current balance and declaring the second player the winner if the amount guessed matches the first player's current balance.
The number guessing game system gives both players a starting sum of money between a minimum and maximum value. The first player guesses the second player's balance. If the guess is lower than the second player's balance, the guessed amount transfers from the second player to the first player. If the guess is higher, nothing happens. If the guess is correct, the guessed amount transfers, and the first player wins. This claim adds that the second player also gets to guess the first player's balance using the same rules for transfer and winning.
11. A system embodied on a computer-readable storage medium bearing computer-executable instructions that, when executed by a logic device, carries out a method for playing a number guessing game, the system comprising: a logic device; one or more computer readable media, wherein the one or more computer readable media contain a set of computer-executable instructions to be executed by the logic device, the set of computer-executable instructions configured to: join a first player to the game; join a second player to the game, wherein the second player is the first player's opponent; provide the first player and the second player with a sum of money, wherein: each sum of money is random; each sum of money is within predetermined minimum and maximum thresholds; the sum of money provided to the first player is the first player's current balance; and the sum of money provided to the second player is the second player's current balance; the first player to guess the second player's current balance; adjust the first player's balance based on the first player's guess, wherein adjusting the first player's balance based on the first player's guess includes: transfer the amount guessed by the first player to the first player's current balance from the second player's current balance if the amount guessed is lower than the second player's current balance; leave player balances unchanged if the amount guessed by the first player is higher than the second player's current balance; and transfer the amount guessed by the first player to the first player's current balance from the second player's current balance and declaring the first player the winner if the amount guessed matches the second player's current balance; allow the second player to guess the first player's current balance; and adjust the second player's balance based on the second player's guess, wherein adjusting the second player's balance based on the second player's guess includes: transfer the amount guessed by the second player to the second player's current balance from the first player's current balance if the amount guessed is lower than the first player's current balance; leave player balances unchanged if the amount guessed by the second player is higher than the first player's current balance; and transfer the amount guessed by the second player to the second player's current balance from the first player's current balance and declaring the second player the winner if the amount guessed matches the first player's current balance.
A number guessing game implemented as a computer program manages gameplay with two players. The system joins a first player and a second player. Both players get a random starting sum of money between a minimum and maximum value. The first player guesses the second player's balance. If the guess is lower than the second player's balance, the guessed amount transfers from the second player to the first player. If the guess is higher, nothing happens. If the guess is correct, the guessed amount transfers, and the first player wins. The second player then guesses the first player's balance using the same rules.
12. The system of claim 11 , wherein the first player's balance is hidden from the second player.
The number guessing game system where two players receive random sums of money between a minimum and maximum value, and guess each other's balances, hides the first player's balance from the second player.
13. The system of claim 12 , wherein the second player's balance is hidden from the first player.
The number guessing game system, where two players receive random sums of money between a minimum and maximum value, guess each other's balances, and the first player's balance is hidden from the second player, also hides the second player's balance from the first player.
14. The system of claim 11 , wherein the first player and second player are provided with an indication of how close their guess is to the opposing player's balance.
The number guessing game system where two players receive random sums of money between a minimum and maximum value, and guess each other's balances, provides feedback to each player on how close their guess is to their opponent's actual balance.
15. The system of claim 14 , wherein the indication includes: “cold” if the guess is equal to or over 75% distant from the correct guess, compared to the overall possible range of guesses; “lukewarm” if the guess is between 26% and 74% distant from the correct guess, compared to the overall possible range of guesses; and “hot” if the guess is less than or equal to 25% distant from the correct guess, compared to the overall possible range of guesses.
The number guessing game system where players get feedback on their guesses classifies the feedback into three categories: "cold" if the guess is 75% or more away from the correct balance relative to the total possible range, "lukewarm" if the guess is between 26% and 74% away, and "hot" if the guess is 25% or less away from the correct balance. Players receive random sums of money between a minimum and maximum value, and guess each other's balances.
16. The system of claim 1 , wherein the second player is a computer player.
The number guessing game system where both players receive a starting sum of money between a minimum and maximum value, and the first player guesses the second player's balance, specifies that the second player can be a computer-controlled opponent.
17. The system of claim 1 further comprising connecting the first player to the second player over a network.
The number guessing game system where both players receive a starting sum of money between a minimum and maximum value, and the first player guesses the second player's balance, connects the first and second player over a network (e.g. the internet) so that the players can play remotely.
18. The system of claim 1 , wherein the first player must deposit an amount of money greater than the maximum threshold before playing.
The number guessing game system gives both players a starting sum of money between a minimum and maximum value. The first player guesses the second player's balance. This system requires the first player to deposit an amount of money that is greater than the maximum possible starting value before they can play the game.
19. The system of claim 18 , wherein the first player deposits the money using a credit card.
The number guessing game system, where the first player is required to deposit money greater than the maximum threshold before playing, specifies that the deposit is made using a credit card. The players receive a starting sum of money between a minimum and maximum value and the first player guesses the second player's balance.
Cooperative Patent Classification codes for this invention. Click any code to explore related patents in that topic.
November 9, 2010
July 30, 2013
Browse 5M+ US patents with plain-English claim translations and AI-generated analysis.