Example - Game of Empathy

Given expression is Earth. We consider four players and only 5-word game. Entries of players:

  • Player #1: Blue, Planet, Map, Moon, Solar System
  • Player #2: Moon, Sun, Planet, Life, Sea
  • Player #3: Day, Night, Sky, Sphere, Planet
  • Player #4: Moon, Sphere, Sun, Blue, Life

    Every word score as many points as many occured:

  • 3 points words: Planet, Moon,
  • 2 points words: Sun, Sphere, Blue, Life
  • 1 points words: Map, Solar System, Sea, Day, Night, Sky

    Results:

  • Player#1: 2 + 3 + 1 + 3 + 1 = 10 points.
  • Player#2: 3 + 2 + 3 + 2 + 1 = 11 points.
  • Player#3: 1 + 1 + 1 + 2 + 3 = 8 points.
  • Player#4: 3 + 2 + 2 + 2 + 2 = 11 points.

    Player#2 and Player#4 are winners.