Force Kin Gamba Leaderboard

Gambalord

<%= @players.first.name %>

<%= @players.first.purse %>

Gumbalord

<%= @players.last.name %>

<%= @players.last.purse %>
<% if @players.any? %>
Player
Purse
Wins
Losses
<% @players.each do |player| %>
<%= player.name %>
<%= player.purse %>
<%= player.wins %>
<%= player.losses %>
<% end %>
Game History
<% else %>

No Players!

<% end %>