Property | Type | Description | |
---|---|---|---|
EXCEPTIONS | int | ||
Height | int | ||
Length | int |
Method | Description | |
---|---|---|
FillStartMatrixRandomly ( ) : void | ||
MakeTurn ( ) : void | ||
Matrix ( int length, int height, |
Method | Description | |
---|---|---|
FillMatrixWithFood ( ) : void | ||
MakeTurn ( |
||
MakeTurnDie ( Point position ) : void | ||
MakeTurnGo ( DirectionEnum direction, |
||
MakeTurnMakeChild ( DirectionEnum direction, |
public Matrix ( int length, int height, |
||
length | int | |
height | int | |
creator | ||
strategy | IFoodDistributionStrategy | |
return | System |