Module: RubyHoldem
- Defined in:
- lib/ruby_holdem/deck.rb,
lib/ruby_holdem/game.rb,
lib/ruby_holdem/round.rb,
lib/ruby_holdem/dealer.rb,
lib/ruby_holdem/errors.rb,
lib/ruby_holdem/version.rb,
lib/ruby_holdem/round_player.rb
Overview
Code taken from: github.com/robolson/ruby-poker/blob/master/examples/deck.rb
Defined Under Namespace
Classes: Dealer, Deck, Game, MinBetNotMeet, NotEnoughMoney, Round, RoundPlayer
Constant Summary collapse
- VERSION =
"0.0.1"