-
Notifications
You must be signed in to change notification settings - Fork 7
jasonnoble/rock_paper_scissors
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Rock Paper Scissors Tournament Use: irb -rlib/tournament >> @t = Tournament.new([RockThrower, PaperThrower]) => #<Tournament:0x5cf544 @seed=[RockThrower, PaperThrower], @players=[RockThrower, PaperThrower], @matches=[[RockThrower, PaperThrower]]> >> @t.run PLAYERS: [RockThrower, PaperThrower] #<PaperThrower:0x5cc790> won 100% of the time #<PaperThrower:0x5cc790> wins the tournament => #<PaperThrower:0x5cc790> >>
About
Class Notes
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published