Skip to content
Snippets Groups Projects
Commit 351b3e45 authored by BACHTARZI Imed eddine's avatar BACHTARZI Imed eddine
Browse files

put initial values given in FFBoard as arguments for initializer.

Actual final commit.
parent 6c380016
No related branches found
No related tags found
No related merge requests found
Pipeline #41923 passed
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
File added
No preview for this file type
File added
...@@ -36,11 +36,11 @@ public class FFBoard implements Board<List<ModelElement>> { ...@@ -36,11 +36,11 @@ public class FFBoard implements Board<List<ModelElement>> {
20,//forests 20,//forests
10,//rocks 10,//rocks
30,//mountains 30,//mountains
5,//firefighter initialFirefighterCount,//firefighter
2,//motorized firefighter 2,//motorized firefighter
1,//motorized firefighter (AKA superman) 1,//motorized firefighter (AKA superman)
2,//clouds 2,//clouds
10,//fires initialFireCount,//fires
}); });
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment