DART RESULT
| <%= game_score.dart_result[0] %> |
| <%= game_score.dart_result[1] %> |
| <%= game_score.dart_result[2] %> |
SCORE / ROUND
| R1 | <%= game_score.score_round[0] %> |
| R2 | <%= game_score.score_round[1] %> |
| R3 | <%= game_score.score_round[2] %> |
| R4 | <%= game_score.score_round[3] %> |
| R5 | <%= game_score.score_round[4] %> |
| R6 | <%= game_score.score_round[5] %> |
| R7 | <%= game_score.score_round[6] %> |
| R8 | <%= game_score.score_round[7] %> |
<% players.each(function(player, index) { %>
<%if (index === game_score.now_player) { %>
<% } else { %>
<% } %>
<% }); %>
Player <%= index + 1 %>
| Name | <%= player.name %> |
| Score | <%= game_score.player_score[index] %> |