about summary refs log tree commit diff stats
path: root/lib/Octans/GenerateFrame.rakumod
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2022-01-12 12:46:24 +0530
committerAndinus <andinus@nand.sh>2022-01-12 12:46:24 +0530
commit76b0f392519912c0e7835e5cf75190ea5d650e77 (patch)
tree352bd1215472c203069fafa5e1accb0c4ac12025 /lib/Octans/GenerateFrame.rakumod
parent25f65f212c210638d15d73c0c8dfe1fc08bd96a2 (diff)
downloadoctans-76b0f392519912c0e7835e5cf75190ea5d650e77.tar.gz
Print video solution path
Diffstat (limited to 'lib/Octans/GenerateFrame.rakumod')
-rw-r--r--lib/Octans/GenerateFrame.rakumod2
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 {