%- include('header', { title: title.title_name, refresh: (user ? 300 : 0) }) -%> <%- include('../public/' + title.title_id + '/about.html') -%>
Read more about the game on boardgamegeek.com.
ID | Scenario | Players | Description | Created | <% if (open_games.length > 0) { -%> <% open_games.forEach((row) => { %> |
---|---|---|---|---|---|
<%= row.game_id %> | <%= row.scenario %> | <%- row.player_names %> | <%= row.description %> | <%= row.ctime %> | Join <% }); } else { %> |
No open games. <% } %> |
Create a new game. <% if (active_games.length > 0) { %>
ID | Scenario | Players | Description | Changed | Turn | <% active_games.forEach((row) => { %> | |||
---|---|---|---|---|---|---|---|---|---|
<%= row.game_id %> | <%= row.scenario %> | <%- row.player_names %> | <%= row.description %> | <%= row.mtime %> <% if (row.is_active) { %> | <%= row.active %> <% } else { %> | <%= row.active %> <% } %> <% if (row.is_yours) { %> <% if (row.is_shared) { %> | Play <% } else { %> | Play <% } %> <% } else { %> | View <% } %> <% }); %> |
ID | Scenario | Players | Description | Finished | Result | <% finished_games.forEach((row) => { %> | ||
---|---|---|---|---|---|---|---|---|
<%= row.game_id %> | <%= row.scenario %> | <%- row.player_names %> | <%= row.description %> | <%= row.mtime %> | <%= row.result %> <% if (row.is_yours) { %> <% if (row.is_shared) { %> | View <% } else { %> | View <% } %> <% } else { %> | View <% } %> <% }); %> |