moved rules.json in rule folder

This commit is contained in:
Guillaume BONABAU 2024-05-29 10:15:34 +02:00
parent 8ea68ad89f
commit 11043e2333
7 changed files with 18 additions and 6 deletions

View File

@ -1,2 +0,0 @@
1;3;5;8
3;5;7;
1 1 3 5 8
2 3 5 7

View File

@ -0,0 +1,17 @@
[{"cell": {
"value" : 1,
"color" : [167,237,139],
"conditionCountNear" : [3,5,7],
"conditionHighestNear" : [],
"ifValue" : 1,
"elseValue" : 0
}},
{"cell": {
"value" : 0,
"color" : [37,52,31],
"conditionCountNear" : [1,3,5,8],
"conditionHighestNear" : [],
"ifValue" : 1,
"elseValue" : 0
}}
]

View File

@ -1,2 +0,0 @@
2;3
3
1 2;3
2 3

View File

@ -1,2 +0,0 @@
0;1;2;3;4
3
1 0;1;2;3;4
2 3

View File

@ -1,3 +1,4 @@
package backend; package backend;
import java.io.FileNotFoundException; import java.io.FileNotFoundException;
import java.io.FileReader; import java.io.FileReader;