Advertisement
TwentyEight

Marble Game

Jul 19th, 2012
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Marble Game
  2. Person starts with 50 marbles.
  3. Steal up to 15 marbles from a person currently in the chatroom and find up to 5 marbles for every steal.
  4. Steal up to 10 marbles from a person not currently in the chatroom and find up to 5 marbles for every steal.
  5. Chance to find up to 5 marbles, so there is an increase of marbles here, other than when a new person registers.
  6. Steal only every 2 minutes.
  7. Give marbles to other people.
  8. Person with the most marbles win.
  9. Cannot steal from people with no marbles, or steal more marbles then what the person has.
  10. Marble Tournament:
  11. ------INSERT IDEAS HERE
  12.  
  13. Commands:
  14.  
  15. !REGISTER
  16. -registers username to database in the form [USERNAME] 50
  17. -output: [USERNAME] has successfully registered.
  18. <notice> [USERNAME] has 50 marbles.
  19. !STEAL [USERNAME1]
  20. -checks if [USERNAME1] is in the room
  21. -if not, sets maximum steal to 10, if so, sets maximum steal to 15
  22. -chance to find up to 5 marbles
  23. -output: [USERNAME] stole [INTEGER from 0 to 15] marble(s) from [USERNAME1] and found [INTEGER from 0 to 5] marble(s).
  24. <notice> [USERNAME] has...
  25. !GIVE [USERNAME] [INTEGER]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement