Skip to content

Commit

Permalink
Merge branch 'main' into refactor/direction-rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 16, 2024
2 parents 8538ee0 + 55271c0 commit f94eefb
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 389 deletions.
2 changes: 1 addition & 1 deletion data/scenarios/Challenges/_word-search/create-puzzle.sw
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def singleTile = \expectedFwdOrdinal. \expectedBkwdOrdinal.
return letterIndex;
end;

def crossBack = \n.
def crossBack = \_n.
currentLoc <- whereami;
teleport self (0, snd currentLoc - 1);
end;
Expand Down
183 changes: 0 additions & 183 deletions data/scenarios/Challenges/_word-search/verify-solution.sw

This file was deleted.

Loading

0 comments on commit f94eefb

Please sign in to comment.