Skip to content

Instantly share code, notes, and snippets.

@MarkJr94
Created June 13, 2013 12:54
Show Gist options
  • Save MarkJr94/5773453 to your computer and use it in GitHub Desktop.
Save MarkJr94/5773453 to your computer and use it in GitHub Desktop.
#[deriving(Eq,Rand)]
pub enum Card {
One = 1,
Two,
Three,
Four,
Five,
Six,
Seven,
Eight,
Nine,
Ten,
Eleven,
Commander,
Mistress,
Master,
Ace,
The_Star = -17,
The_Evil_One = -15,
Moderation = -14,
Demise = -13,
Balance = -11,
Endurance = -8,
Queen_of_Air_and_Darkness = -2,
Idiot = 0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment