<% if (4 > players.length) { %>
<% } else { %>
<% } %>
<% if (players.length > 0) { %>
>GAME START
<% } else { %>
GAME START
<% } %>
<% players.each(function(player, index) { %>
<% }); %>
Player <%= index+1 %>
Name | <%= player.name %> |
Rating | <%= player.rating(game) %> |
Average | <%= player.average(game) %> |