introduce bitloops
This commit is contained in:
@@ -87,16 +87,13 @@ public class Main {
|
||||
section("Grid (human)");
|
||||
System.out.print(indentLines(res.grid().renderHuman(res.clues().c()), " "));
|
||||
|
||||
var exported = res.exportFormatFromFilled(1, new Rewards(50, 2, 1));
|
||||
var total = 0.0001d;
|
||||
for (var word : exported.words()) {
|
||||
total += word.complex();
|
||||
}
|
||||
var exported = res.exportFormatFromFilled(new Rewards(50, 2, 1));
|
||||
|
||||
section("Clues");
|
||||
info("status : generating...");
|
||||
info("generatedFor : " + exported.words().length);
|
||||
info("status : done");
|
||||
info("simpel : " + (total / exported.words().length));
|
||||
info("simpel : " + exported.difficulty());
|
||||
|
||||
section("Words");
|
||||
printWordsTable(exported.words());
|
||||
|
||||
Reference in New Issue
Block a user