<%- 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.

Open Games

IDScenarioOptionsPlayersDescriptionCreated <%_ 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) { _%>

Active Games

IDScenarioOptionsPlayersDescriptionChangedTurn <%_ 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<% } _%> <%_ }); _%>
<%_ } _%> <%_ if (finished_games.length > 0) { _%>

Finished Games

IDScenarioOptionsPlayersDescriptionFinishedResult <%_ 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<% } _%> <%_ }); _%>
<%_ } _%>