Skip to content

lifeonmarspt/baccaruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Baccaruby

Baccarat implementation in ruby.

n_decks = 6
cards = (Deck.new(BaccaratRules::CARD_VALUES).cards * n_decks).shuffle
b = Baccarat.new(cards)
b.play
b.print

About

Baccarat implementation in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages