diff options
author | Andinus <andinus@nand.sh> | 2022-01-12 12:46:24 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2022-01-12 12:46:24 +0530 |
commit | 76b0f392519912c0e7835e5cf75190ea5d650e77 (patch) | |
tree | 352bd1215472c203069fafa5e1accb0c4ac12025 /lib/Octans/GenerateFrame.rakumod | |
parent | 25f65f212c210638d15d73c0c8dfe1fc08bd96a2 (diff) | |
download | octans-76b0f392519912c0e7835e5cf75190ea5d650e77.tar.gz |
Print video solution path
Diffstat (limited to 'lib/Octans/GenerateFrame.rakumod')
-rw-r--r-- | lib/Octans/GenerateFrame.rakumod | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Octans/GenerateFrame.rakumod b/lib/Octans/GenerateFrame.rakumod index ba7fc5b..9fe5754 100644 --- a/lib/Octans/GenerateFrame.rakumod +++ b/lib/Octans/GenerateFrame.rakumod @@ -20,8 +20,6 @@ constant %C = ( fg-special-calm => "#61284f", ).map: {.key => hex2rgb(.value)}; -enum IterStatus <Walking Blocked Completed>; - sub generate-frame( :%canvas, :$out, :$side, :@puzzle, :@visited, :%meta, :$found ) is export { |