{% if not done and player in played %} {% endif %}
{% macro attempt(a) %}{{ attempt(solution) }} | |||
Turn | Your guess | {{ players[player].name }} | {% for p in players.values() %} {% if p.uuid == player %}{% continue %}{% endif %}{{ p.name }} | {% endfor %}
---|---|---|---|
{{ i+1 }} | {% if attempts | length >= i+1 %}{{ attempt(attempts[i]) }}{% endif %} | {% if responses[player] | length >= i+1 %}{{ response(responses[player][i], false) }}{% endif %} | {% for p in players.values() %} {% if p.uuid == player %}{% continue %}{% endif %}{% if responses[p.uuid] | length >= i+1 %}{{ response(responses[p.uuid][i], true) }}{% endif %} | {% endfor %}