Telephone Game

This is a model of a game of Telephone (also known as Chinese Whishpers in the UK), with agents representing people that can be asked, to play. The first player selects a word from their internal vocabulary and “whispers” it to the next player, who may mishear it depending on the current noise level, who whispers that word to the next player, and so on.

When the game ends, the word chosen by the first player is compared to the word heard by the last player. If they match exactly, all players earn large prize. If the words do not match exactly, a small prize is awarded to all players for each part of the words that do match. Players change color to reflect their current prize-count. A histogram shows the distribution of colors over all the players.

The user can decide on factors like * how many players there are, * whether they are laid out in a circle or just randomly, * how many players participate in a game, * whether to apply noise-distortion or not, * at what decibel level noise distortian starts interfering with the game, * how the first player to participate is chosen, * how further players are chosen, and * whether or not the games run quickly and silently or slowly and with commentary to explain what is happening.

These factors influence how likely players are to win a game and thus how the color of players will be distributed over time.


This is a companion discussion topic for the original entry at https://www.comses.net/codebases/c32072dd-cd7c-4547-beba-e93a3f508c5f/releases/1.0.0/