module CodebreakerParatskiy

Constants

VERSION

Public Class Methods

run_game(name, difficulty) click to toggle source
# File lib/codebreaker_paratskiy.rb, line 4
def self.run_game(name, difficulty)
  CurrentGame.new(Game.new(name, difficulty))
  CurrentGame.game.run
end