Skip to content

Instantly share code, notes, and snippets.

@Dimezis
Last active December 12, 2023 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dimezis/89000c87fd7f58d96c9d6064443da2e1 to your computer and use it in GitHub Desktop.
Save Dimezis/89000c87fd7f58d96c9d6064443da2e1 to your computer and use it in GitHub Desktop.
Day 10 Loop
S----------7
|..........|
|.F------7.|
L-J......L-J
..........
.S------7.
.|F----7|.
.||OOOO||.
.||OOOO||.
.|L-7F-J|. <--- at `L-7` we're formally in the loop, but the scanning algorithm will yield false, but that's ok.
.|II||II|.
.L--JL--J.
..........
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment