Parent: <%= @game.parent %>
Name: <%= @game.name %>
Min players per team: <%= @game.min_players_per_team %>
Max players per team: <%= @game.max_players_per_team %>
Min teams per match: <%= @game.min_teams_per_match %>
Max teams per match: <%= @game.max_teams_per_match %>
Sampling method: <%= @game.sampling_method %>
Scoring method: <%= @game.scoring_method %>
<%= link_to 'Edit', edit_game_path(@game) %> | <%= link_to 'Back', games_path %>