<%= notice %>

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

Set rounds: <%= @game.set_rounds %>

Randomized teams: <%= @game.randomized_teams %>

Sampling method: <%= @game.sampling_method %>

<%= link_to 'Edit', edit_game_path(@game) %> | <%= link_to 'Back', games_path %>