Sha256: 9e515c518ec2561d19efa68f999de518bb5187d17995fbb63d715db954637008
Contents?: true
Size: 283 Bytes
Versions: 1
Compression:
Stored size: 283 Bytes
Contents
DB = 'stats.yml'.freeze DIFFICULTIES = { easy: { attempts: 15, hints: 2 }, medium: { attempts: 10, hints: 1 }, hell: { attempts: 5, hints: 1 } }.freeze MAIN_MENU_COMMANDS = { 'start' => :start, 'rules' => :show_rules, 'stats' => :show_stats, 'exit' => :exit }.freeze
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
codebreaker_paratskiy-0.1.3 | lib/config/constants.rb |