introduce bitloops
This commit is contained in:
@@ -45,10 +45,10 @@ public class ExportFormatTest {
|
||||
clueMap[key] = SwedishGeneratorTest.TEST;
|
||||
|
||||
// Manually fill the grid letters for "TEST" at (0,1), (0,2), (0,3), (0,4)
|
||||
grid.setLetter(Grid.offset(0, 1), LETTER_T);
|
||||
grid.setLetter(Grid.offset(0, 2), LETTER_E);
|
||||
grid.setLetter(Grid.offset(0, 3), LETTER_S);
|
||||
grid.setLetter(Grid.offset(0, 4), LETTER_T);
|
||||
grid.setLetterLo(OFF_0_1, LETTER_T);
|
||||
grid.setLetterLo(OFF_0_2, LETTER_E);
|
||||
grid.setLetterLo(OFF_0_3, LETTER_S);
|
||||
grid.setLetterLo(OFF_0_4, LETTER_T);
|
||||
|
||||
var fillResult = new FillResult(true, new Gridded(grid), clueMap, new FillStats(0, 0, 0, 0));
|
||||
var puzzleResult = new PuzzleResult(new Clued(clues), fillResult);
|
||||
|
||||
Reference in New Issue
Block a user