C# Class machine2014arcade.Game.Stacker

Mostrar archivo Open project: JDGETS/machine2014 Class Usage Examples

Public Methods

Method Description
Stacker ( GameParameters gameParams, int columnCount ) : System
chop ( Direction side ) : void
isDead ( ) : bool
move ( ) : void
setRandomDirection ( ) : void
setRandomPosition ( ) : void

Method Details

Stacker() public method

public Stacker ( GameParameters gameParams, int columnCount ) : System
gameParams GameParameters
columnCount int
return System

chop() public method

public chop ( Direction side ) : void
side Direction
return void

isDead() public method

public isDead ( ) : bool
return bool

move() public method

public move ( ) : void
return void

setRandomDirection() public method

public setRandomDirection ( ) : void
return void

setRandomPosition() public method

public setRandomPosition ( ) : void
return void