This is my first attempt at the tennis Kata taken from: http://codingdojo.org/cgi-bin/index.pl?KataTennis
#Scoring
The scoring system is rather simple:
-
Each player can have either of these points in one game 0 15 30 40
-
If you have 40 and you win the ball you win the game, however there are special rules.
-
If both have 40 the players are deuce. a. If the game is in deuce, the winner of a ball will have advantage and game ball. b. If the player with advantage wins the ball he wins the game c. If the player without advantage wins they are back at deuce.
./bin/phpspec run