C# Class Player.Game

Show file Open project: CodinGame/gameofdrones Class Usage Examples

Public Methods

Method Description
Init ( ) : void
Play ( ) : void
ReadContext ( ) : void

Private Methods

Method Description
ReadIntegers ( ) : int[]
ReadPoint ( ) : Point
ReadTeams ( int teamCount, int dronesPerTeam ) : IEnumerable
ReadZones ( int zoneCount ) : IEnumerable

Method Details

Init() public method

public Init ( ) : void
return void

Play() public method

public Play ( ) : void
return void

ReadContext() public method

public ReadContext ( ) : void
return void