Sha256: 1406d0b28c544d7e325631d14f616f3fb449f9c585125c92ad4f7e7b4abed4aa

Contents?: true

Size: 192 Bytes

Versions: 3

Compression:

Stored size: 192 Bytes

Contents

module BetweenTheSheets
  class Game
    module Constants
      STARTING_JACKPOT = 10
      STARTING_CREDITS = 10
      MINIMUM_BET = 1
      ANTE = 2
      JACKPOT_ANTE = 1
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
between_the_sheets-1.0.4 lib/between_the_sheets/game/constants.rb
between_the_sheets-1.0.2 lib/between_the_sheets/game/constants.rb
between_the_sheets-1.0.1 lib/between_the_sheets/game/constants.rb