This commit is contained in:
mike
2026-01-23 12:51:13 +01:00
parent 7db439a9dc
commit e5db5b8d96
7 changed files with 68 additions and 78 deletions

View File

@@ -93,7 +93,7 @@ public class Main {
}
section("Mask");
System.out.print(indentLines(res.clues().gridToString()));
System.out.print(indentLines(res.cluesGridToString()));
section("Grid (raw)");
System.out.print(indentLines(res.gridGridToString()));
@@ -101,7 +101,7 @@ public class Main {
section("Grid (human)");
System.out.print(indentLines(res.gridRenderHuman()));
var exported = res.exportFormatFromFilled(new Rewards(50, 2, 1), Masker.IT, 3);
var exported = res.exportFormatFromFilled(new Rewards(50, 2, 1), Masker.IT);
section("Clues");
info("status : generating...");