Coding for a PHP game.
I'll try to keep this simple and short:
I'm building a php driven game. Basically, players do certain things in order to gain more points. They can then challenge each other to a battle. The higher the points the person has, the more chance they have of winning the battle.
How would I determine who wins/loses in a battle? There must be a simple way to do this, but I'm clueless as to where to start.
Thanks.
|