Skip to content

Instantly share code, notes, and snippets.

@nofxx
Created August 1, 2008 14:30
Show Gist options
  • Save nofxx/3626 to your computer and use it in GitHub Desktop.
Save nofxx/3626 to your computer and use it in GitHub Desktop.
class Truco
NAIPES = %w{Ouro Copas Espada Paus}
SPECIALS = %w{Zap SeteCopas Espadilha SeteOuro}
VALUES = %w{3 2 A K J Q 7 6 5 4}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment