Skeleton for scalabcn coding-dojo: http://www.meetup.com/Scala-Developers-Barcelona/events/225493548/
The objective of the coding dojo is to resolve the Tennis Kata.
- Player wins a game when:
- points >= 4 && points >= otherPoints + 2
- Love < Fifteen < Thirty < Forty
- Deuce: points == otherPoints && points >= 4
- Advantage: points == otherPoints + 1 && points >= 4
Have fun!