Added rust solver to the repository
This commit is contained in:
19
solver-rs/aux/boards/specific/dragonkill.json
Normal file
19
solver-rs/aux/boards/specific/dragonkill.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"field": [
|
||||
[],
|
||||
[],
|
||||
["Hua", { "Number": { "value": 9, "suit": "Black" } }],
|
||||
[{ "Special": "Zhong" }],
|
||||
[{ "Special": "Zhong" }],
|
||||
[{ "Special": "Zhong" }],
|
||||
[{ "Special": "Zhong" }],
|
||||
[]
|
||||
],
|
||||
"goal": [
|
||||
{ "value": 8, "suit": "Black" },
|
||||
{ "value": 9, "suit": "Green" },
|
||||
{ "value": 9, "suit": "Red" }
|
||||
],
|
||||
"hua_set": false,
|
||||
"bunker": [{ "Blocked": null }, { "Blocked": null }, "Empty"]
|
||||
}
|
||||
19
solver-rs/aux/boards/specific/scarce.json
Normal file
19
solver-rs/aux/boards/specific/scarce.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"field": [
|
||||
[],
|
||||
[],
|
||||
["Hua", { "Number": { "value": 9, "suit": "Black" } }],
|
||||
[],
|
||||
[],
|
||||
[],
|
||||
[],
|
||||
[]
|
||||
],
|
||||
"goal": [
|
||||
{ "value": 8, "suit": "Black" },
|
||||
{ "value": 9, "suit": "Green" },
|
||||
{ "value": 9, "suit": "Red" }
|
||||
],
|
||||
"hua_set": false,
|
||||
"bunker": [{ "Blocked": null }, { "Blocked": null }, { "Blocked": null }]
|
||||
}
|
||||
10
solver-rs/aux/boards/specific/solved.json
Normal file
10
solver-rs/aux/boards/specific/solved.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"field": [[], [], [], [], [], [], [], []],
|
||||
"goal": [
|
||||
{ "value": 9, "suit": "Black" },
|
||||
{ "value": 9, "suit": "Green" },
|
||||
{ "value": 9, "suit": "Red" }
|
||||
],
|
||||
"hua_set": true,
|
||||
"bunker": [{ "Blocked": null }, { "Blocked": null }, { "Blocked": null }]
|
||||
}
|
||||
Reference in New Issue
Block a user