module Minehunter
Constants
- DEFAULT_DECORATOR
Apply no styling
- DEFAULT_RANDOMISER
Generate random number less than max
- GENERATOR
Random number generator
- VERSION
Public Class Methods
run()
click to toggle source
Start the game
@api public
# File lib/minehunter.rb, line 20 def self.run CLI.new.run end