ajout de commentaires

This commit is contained in:
yoenm 2024-05-14 17:26:42 +02:00
parent a1d30f7ad7
commit 59844787bc
1 changed files with 2 additions and 1 deletions

View File

@ -143,7 +143,8 @@ public class Simulator extends Thread {
} }
return count; 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 * leave this as is