Closed alexis-martel closed 1 year ago
up
: selectionDirection = "down"; puzzle.selectPreviousSquare;
down
: selectionDirection = "down"; puzzle.selectNextSquare;
left
: selectionDirection = "across"; puzzle.selectPreviousSquare;
right
: selectionDirection = "across"; puzzle.selectNextSquare;
up
down
: Move to the square directly at the top or bottom and switchselectionDirection
to"down"
left
right
: Move to the square directly at the left or right and switchselectionDirection
to"across"
enter
return
: Select next cluespace
: Skip over square (don't overwrite existing value)