Author | Message |
---|---|
rabbott
Posts: 1649
|
Posted 08:42 Apr 25, 2014 |
As we saw this week, the current rules for Alquerque reward jumps without consideration of the other player's jumps. Change the rules so that the goal is your jumps minus the other player's jumps. Does your player play differently with those rules? You will have to implement a form of bounded subtraction where A - B is 0 if B > A. It will look something like this.
Last edited by rabbott at
09:00 Apr 25, 2014.
|