Hi Lachlan,
Thanks a lot for the suggestions. I actually have something similar in development. Here's an overview:
Lottery
- Most of the back-end done - mainly need to do a front-end, AJAX driven interface
- Admins can choose how many numbers, and numbers to match, plus secondary (supplementary) numbers, as well as define system games (ie allowing users to select more numbers than they have to match)
- Admins can define winning combinations
- I have a "pot", but not quite sure how to implement it exactly...
Stealing
This is actually a part of an "offensive" module I have. The offensive module also allows users to change sig/avatar/title of another user for a specifiable period of time.
My stealing is quite simple - there's a percentage chance of success, and when succeeding, they only steal a random amount of money. Implementing something which allows the user to specify how much may require some mathematics.... >_>
Thanks again for the suggestions!