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,
lib/ruby_holdem/round/move_factory.rb,
lib/ruby_holdem/round/move_history.rb,
lib/ruby_holdem/round/move_validator.rb,
lib/ruby_holdem/round/move_history_computations.rb
Overview
Code taken from: github.com/robolson/ruby-poker/blob/master/examples/deck.rb
Defined Under Namespace
Classes: Dealer, Deck, Game, InsufficientFunds, MinRaiseNotMeet, Round
Constant Summary collapse
- VERSION =
"0.0.2"