%# /templates/connect4/lobby.html.ep % layout 'default'; % title 'Connect 4 Lobby'; <% content_for head => begin %> <% end %>

🔴 Connect 4 Lobby

Challenge a friend to a battle of strategy!

Ready to play?

Create New Game

Open Games

<% if (@$lobbies) { %> <% for my $game (@$lobbies) { %>
Host: <%= $game->{host_name} %> Created: <%= $game->{created_at} %>
<% } %> <% } else { %>
No active games found.
Be the first to start one!
<% } %>