File:Tennis-points.svg

Summary

Description
English: A diagram of possible tennis scores, using a standard scoring system. Follow red arrows when the first player (usually the server) scores, and blue when the other player scores. The idea for this is based on this blog post.
Date
Source Own work
Author Smitop
SVG development
InfoField
Source code
InfoField

Graphviz code

digraph "Tennis scores" {
    "Love all" -> "15-Love" [color = "red"]
    "Love all" -> "Love-15" [color = "blue"]
    
    "15-Love" -> "15 all" [color = "blue"]
    "Love-15" -> "15 all" [color = "red"]
    "15-Love" -> "30-Love" [color = "red"]
    "Love-15" -> "Love-30" [color = "blue"]
    
    "30-Love" -> "40-Love" [color = "red"]
    "15 all" -> "30-15" [color = "red"]
    "Love-30" -> "15-30" [color = "red"]
    "Love-30" -> "Love-40" [color = "blue"]
    "15 all" -> "15-30" [color = "blue"]
    "30-Love" -> "30-15" [color = "blue"]
    
    "30-15" -> "40-15" [color = "red"]
    "30-15" -> "30 all" [color = "blue"]
    "15-30" -> "30 all" [color = "red"]
    "15-30" -> "15-40" [color = "blue"]
    "40-Love" -> "1 wins" [color = "red"]
    "Love-40" -> "2 wins" [color = "blue"]
    "40-Love" -> "40-15" [color = "blue"]
    "Love-40" -> "15-40" [color = "red"]
    
    "40-15" -> "1 wins" [color = "red"]
    "30 all" -> "40-30" [color = "red"]
    "15-40" -> "30-40" [color = "red"]
    "40-15" -> "40-30" [color = "blue"]
    "30 all" -> "30-40" [color = "blue"]
    "15-40" -> "2 wins" [color = "blue"]
    
    "40-30" -> "1 wins" [color = "red"]
    "30-40" -> "2 wins" [color = "blue"]
    "40-30" -> "Deuce" [color = "blue"]
    "30-40" -> "Deuce" [color = "red"]
    
    "Deuce" -> "Adv 1" [color = "red"]
    "Deuce" -> "Adv 2" [color = "blue"]
    
    "Adv 1" -> "1 wins" [color = "red"]
    "Adv 2" -> "2 wins" [color = "blue"]
    "Adv 1" -> "Deuce" [color = "blue"]
    "Adv 2" -> "Deuce" [color = "red"]

    "1 wins" [style="filled" fillcolor="#ff8a8a" shape="doublecircle"]
    "2 wins" [style="filled" fillcolor="lightblue" shape="doublecircle"]
}

Licensing

Smitop, the copyright holder of this work, hereby publishes it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
Attribution:
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#Tennis-points.svg
Category:Self-published work

If you:

  • have any suggestions or improvements
  • want to discuss the licensing of this image
  • used this image somewhere and want to tell me

...please let me know on my talk page or at img@iter.ca.

Category:Tennis Category:SVG diagrams
Category:CC-BY-SA-4.0 Category:SVG diagrams Category:Self-published work Category:Tennis Category:Valid SVG created with Graphviz code