introduce bitloops
This commit is contained in:
@@ -35,10 +35,10 @@ public class ExportFormatTest {
|
||||
clueMap.put(key, lemma.word());
|
||||
|
||||
// Manually fill the grid letters for "TEST" at (0,1), (0,2), (0,3), (0,4)
|
||||
grid.setByteAt(Grid.offset(0, 1), (byte) 'T');
|
||||
grid.setByteAt(Grid.offset(0, 2), (byte) 'E');
|
||||
grid.setByteAt(Grid.offset(0, 3), (byte) 'S');
|
||||
grid.setByteAt(Grid.offset(0, 4), (byte) 'T');
|
||||
grid.setLetter(Grid.offset(0, 1), (byte) 'T');
|
||||
grid.setLetter(Grid.offset(0, 2), (byte) 'E');
|
||||
grid.setLetter(Grid.offset(0, 3), (byte) 'S');
|
||||
grid.setLetter(Grid.offset(0, 4), (byte) 'T');
|
||||
// Terminate thGrid.offset(e slot at) (0,5) with another digit to avoid it extending to MAX_WORD_LENGTH
|
||||
grid.setClue(Grid.offset(0, 5), (byte) '1');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user