changed path default rule

This commit is contained in:
Guillaume BONABAU 2024-05-29 10:41:37 +02:00
parent 11043e2333
commit 82d53fcb22
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ public class Simulator extends Thread {
//Default rule : Survive always, birth never
loadRule("OOP_F1_Project\\conwayRule.json");
loadRule("ressources\\Rule\\conwayRule.json");
}