/kata-tennis

Primary LanguageJavaScript

Rules

The scoring system is rather simple: ¡

  1. Each player can have either of these points in one game 0 15 30 40

  2. If you have 40 and you win the ball you win the game, however there are special rules.

  3. 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.

Tasks

  • Display player scores
  • Add point to winner
  • Define list of points: 0/15/30/40
  • First player to wins at 40 wins the game
  • Handle deuce - winner
  • Handle deuce - reset to 40=40