module Rubots

Public Class Methods

run_game(params) click to toggle source
# File lib/rubots.rb, line 12
def self.run_game(params)
  game = Game.new StrategyLoader.load(params)

  Graphics::Window.new(game).show
end