Module: Rubygoal

Defined in:
lib/rubygoal/coaches/template.rb,
lib/rubygoal.rb,
lib/rubygoal/ball.rb,
lib/rubygoal/game.rb,
lib/rubygoal/goal.rb,
lib/rubygoal/team.rb,
lib/rubygoal/coach.rb,
lib/rubygoal/field.rb,
lib/rubygoal/match.rb,
lib/rubygoal/config.rb,
lib/rubygoal/player.rb,
lib/rubygoal/version.rb,
lib/rubygoal/moveable.rb,
lib/rubygoal/formation.rb,
lib/rubygoal/coordinate.rb,
lib/rubygoal/coach_loader.rb,
lib/rubygoal/players/fast.rb,
lib/rubygoal/field_metrics.rb,
lib/rubygoal/players/average.rb,
lib/rubygoal/players/captain.rb,
lib/rubygoal/coaches/coach_away.rb,
lib/rubygoal/coaches/coach_home.rb,
lib/rubygoal/config_definitions.rb

Overview

RubyGoal - Fútbol para Rubistas

Este documento contiene varias implementaciones mínimas de un entrenador de RubyGoal.#

Esta clase debe implementar, como mínimo, los métodos name y ‘formation(match)` Esta clase debe ser implementada dentro del módulo Rubygoal

Defined Under Namespace

Modules: CoachLoader, Config, FieldMetrics, Moveable Classes: AnotherCoach, AveragePlayer, Ball, CaptainPlayer, Coach, CoachAway, CoachHome, Coordinate, FastPlayer, Field, Formation, Game, Goal, Match, MyCoach, Player, Position, Team, Velocity

Constant Summary collapse

VERSION =
Gem::Version.new '0.0.1'

Class Method Summary collapse

Class Method Details

.startObject



4
5
6
# File 'lib/rubygoal.rb', line 4

def self.start
  Game.new.show
end