%- 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 | Options | Players | Description | Created | <%_ if (open_games.length > 0) { _%> <%_ open_games.forEach((row) => { _%> |
---|---|---|---|---|---|---|
<%= row.game_id %> | <%= row.scenario %> | <%- row.options %> | <%- row.player_names %> | <%= row.description %> | <%= row.ctime %> | Join <%_ }); } else { _%> |
No open games. <%_ } _%> |
Create a new game. <%_ if (active_games.length > 0) { _%>
ID | Scenario | Options | Players | Description | Changed | Turn | <%_ active_games.forEach((row) => { _%> | ||
---|---|---|---|---|---|---|---|---|---|
<%= row.game_id %> | <%= row.scenario %> | <%- row.options %> | <%- row.player_names %> | <%= row.description %> | <%= row.mtime %> | "><%= row.active %> <%_ if (row.is_yours) { if (row.is_shared) { %> | Play<% } else { %> | Play<% } } else { %> | View<% } _%> <%_ }); _%> |
ID | Scenario | Options | Players | Description | Finished | Result | <%_ finished_games.forEach((row) => { _%> | ||
---|---|---|---|---|---|---|---|---|---|
<%= row.game_id %> | <%= row.scenario %> | <%- row.options %> | <%- row.player_names %> | <%= row.description %> | <%= row.mtime %> | <%= row.result %> <%_ if (row.is_yours) { if (row.is_shared) { %> | View<% } else { %> | View<% } } else { %> | View<% } _%> <%_ }); _%> |