Skip to content

Instantly share code, notes, and snippets.

@kwilczynski
Created August 25, 2010 14:54
Show Gist options
  • Save kwilczynski/549649 to your computer and use it in GitHub Desktop.
Save kwilczynski/549649 to your computer and use it in GitHub Desktop.
@player_state.collect! do |i|
{
:p_name => i.shift,
:balance => i.shift,
:bet => i.shift,
:cards => i.collect! { |c| "#{@cr[c / 16]}#{@cs[c % 16]}" }
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment