<%= game.title %>

<%= game.participants_count %> Players
<% if game.memo.present? %>

<%= game.memo %>

<% end %>