module MasterMind::Tobi

Constants

VERSION

Public Class Methods

start() click to toggle source
# File lib/mastermind_start.rb, line 10
def self.start
  gamehelper = GameHelper.new
  puts UI::WELCOME_MESSAGE
  print UI::OPTIONS_MESSAGE + UI::INPUT_PROMPT
  gamehelper.user_choice
end