C# Class EtherDuels.Ruby.RubyGameBuilder

Builds Game using a Ruby script
Inheritance: GameBuilder
Afficher le fichier Open project: julius/pse_spacewar

Méthodes publiques

Méthode Description
BuildModel ( ) : GameModel

Builds a new game using the ruby script

BuildView ( GameModel model ) : GameView

Builds Views for a given game

RubyGameBuilder ( string path, Configuration configuration ) : System

Creates new RubyGameBuilder

Private Methods

Méthode Description
GetPlayerOfSpaceship ( GameModel gameModel, Spaceship spaceship ) : Player

Method Details

BuildModel() public méthode

Builds a new game using the ruby script
public BuildModel ( ) : GameModel
Résultat EtherDuels.Game.Model.GameModel

BuildView() public méthode

Builds Views for a given game
public BuildView ( GameModel model ) : GameView
model EtherDuels.Game.Model.GameModel The game
Résultat EtherDuels.Game.View.GameView

RubyGameBuilder() public méthode

Creates new RubyGameBuilder
public RubyGameBuilder ( string path, Configuration configuration ) : System
path string Path to the Ruby Script
configuration EtherDuels.Config.Configuration Configuration of the program
Résultat System