Module: Rubygoal::Gui
- Defined in:
- lib/rubygoal/gui.rb,
lib/rubygoal/gui/ball.rb,
lib/rubygoal/gui/game.rb,
lib/rubygoal/gui/goal.rb,
lib/rubygoal/gui/field.rb,
lib/rubygoal/gui/players.rb,
lib/rubygoal/gui/version.rb
Defined Under Namespace
Classes: Ball, Field, Game, Goal, Players
Constant Summary collapse
- VERSION =
Gem::Version.new '2.0.0'
Class Method Summary collapse
Class Method Details
.start ⇒ Object
7 8 9 10 11 |
# File 'lib/rubygoal/gui.rb', line 7 def start game = Rubygoal::Game.new(load_coach(:home), load_coach(:away)) gui = Game.new(game) gui.show end |