diff --git a/OOP_D9_Project/src/backend/Simulator.java b/OOP_D9_Project/src/backend/Simulator.java index ea48a7a..8eebe65 100644 --- a/OOP_D9_Project/src/backend/Simulator.java +++ b/OOP_D9_Project/src/backend/Simulator.java @@ -143,7 +143,8 @@ public class Simulator extends Thread { } return count; } - + // we select a cell at coord x and y and we count the number of cell which are alive or dead around the selected cell + // we still have to define /* * leave this as is