Beispiel #1
0
 private void addLivingCellAndPrint() {
   cellGrid.addLivingCell(getCellPositionByUser());
   printToConsole();
 }
Beispiel #2
0
 private void applyTickAndPrint() {
   cellGrid.applyTick();
   printToConsole();
 }