{% extends 'cwa/base.html.j2' %} {% block body %}

{{ game.puzzle_name }}: {{ game.human_id }}

  1. Choose a name: {{ player.name }}
  2. Join or start a game of {{ game.puzzle_name }}: {{ game.human_id }}
  3. Invite other players: {{ host }}{{ baseurl }}{{ game.human_id }}

Game Options

{{ game.get_extra_options_html() }}

Players in Game

Refresh
{% endblock %}