From 59844787bc42d6f546cd187471db329754bd8d76 Mon Sep 17 00:00:00 2001 From: yoenm Date: Tue, 14 May 2024 17:26:42 +0200 Subject: [PATCH] ajout de commentaires --- OOP_D9_Project/src/backend/Simulator.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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