Exemplo n.º 1
0
 private void UpdateField()
 {
     //update field and creature
     playGround.CheckNeighbor();
     playGround.CheckPlayGround();
     DrawField(fieldSize);
 }
Exemplo n.º 2
0
 private void UpdateField()
 {
     //update field and creature
     playGround.CheckNeighbor();
     DrawPlayeGround();
 }