{{ block title }} Practice Rounds {{ endblock }} {{ block content }}

This is practice round {{player.round_number}} of {{C.NUM_ROUNDS}}.

{{ if player.knowledge_level == 0 }}

In this round, you have not been contacted by a messenger.

{{ else }} {{ if player.knowledge_level < 4 }}

In this round, you have been contacted by a messenger.

Click the symbol below to see her message:


{{ if player.knowledge_level == 1 }}



{{ elif player.knowledge_level == 2 }}
MESSAGE

The messenger gives you the following message:

MESSAGE

She also says that she has seen other messengers showing the same message to all 3 of the other citizens. However, she does not have any more information about what the other citizens may know.

This means that:
  • You know that all the other citizens have seen the same message as you.
  • You do not know if the other citizens are aware that you have seen this message.





{{ else }}
MESSAGE

The messenger gives you the following message:

MESSAGE

She also says that she has seen other messengers showing the same message to all 3 of the other citizens. As well as this, she knows that all the other messengers saw her coming to see you with the message, and would have told the other citizens this. However, she does not have any more information about what the other citizens may know.

This means that:
  • You know that all the other citizens have seen the same message as you.
  • You know that all the other citizens are aware that you have seen this message.
  • You do not know if the other citizens know that you are aware that they have seen this message.








{{ endif }} {{ else }}

In this round, you have not been contacted by a messenger. However, the loudspeaker is announcing a message, and so you and all the other citizens can hear it.

Click the symbol below to see what the loudspeaker says:


MESSAGE

The loudspeaker announces the following message:

MESSAGE

You know that all citizens, including yourself, will have heard the same information from the loudspeaker in this round.

This means that:
  • You know that all the other citizens have heard the same message as you.
  • You know that all the other citizens know that you have heard this message.
  • You know that all the other citizens are aware that you know that they have heard this message.
  • ... and so on.






{{ endif }}






{{ endif }} {{ endblock }}