introduce bitloops
This commit is contained in:
@@ -94,10 +94,10 @@ public class Main {
|
||||
System.out.print(indentLines(res.mask().gridToString(), " "));
|
||||
|
||||
section("Grid (raw)");
|
||||
System.out.print(indentLines(res.filled().grid().gridToString(), " "));
|
||||
System.out.print(indentLines(res.filled().grid().gridToString(res.mask().mask()), " "));
|
||||
|
||||
section("Grid (human)");
|
||||
System.out.print(indentLines(res.filled().grid().renderHuman(), " "));
|
||||
System.out.print(indentLines(res.filled().grid().renderHuman(res.mask().mask()), " "));
|
||||
|
||||
var exported = res.exportFormatFromFilled(1, new Rewards(50, 2, 1));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user