C# Class PushFrenzy.Rules.Game

Show file Open project: paulbatum/PushFrenzy Class Usage Examples

Public Properties

Property Type Description
ExpectedTickIntervalMilliseconds int

Public Methods

Method Description
AddPlayer ( Player player ) : void
CreateNewGame ( int x, int y ) : Game
Game ( int x, int y ) : System
RemovePlayer ( Player player, IMessageLog log ) : void

Private Methods

Method Description
CreateColors ( ) : List
Tick ( IMessageLog log ) : void

Method Details

AddPlayer() public method

public AddPlayer ( Player player ) : void
player Player
return void

CreateNewGame() public static method

public static CreateNewGame ( int x, int y ) : Game
x int
y int
return Game

Game() public method

public Game ( int x, int y ) : System
x int
y int
return System

RemovePlayer() public method

public RemovePlayer ( Player player, IMessageLog log ) : void
player Player
log IMessageLog
return void

Property Details

ExpectedTickIntervalMilliseconds public static property

public static int ExpectedTickIntervalMilliseconds
return int