redo
This commit is contained in:
@@ -86,7 +86,12 @@ public class Riddle {
|
||||
public static Clue from(int dir) { return CLUES[dir]; }
|
||||
}
|
||||
|
||||
public record Vestigium(int index, int clue) { }
|
||||
public record Vestigium(int index, int clue) {
|
||||
|
||||
public int cellIndex() {
|
||||
return index * 33 + 27 + Slot.dir(clue);
|
||||
}
|
||||
}
|
||||
|
||||
public record ExportedPuzzle(String[] grid, WordOut[] words, int difficulty, Rewards rewards) { }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user