about summary refs log tree commit diff stats
path: root/META6.json
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2021-03-03 23:13:35 +0530
committerAndinus <andinus@nand.sh>2021-03-03 23:13:35 +0530
commit4c77f3376020ea13754b2f635ce07094cdc4a226 (patch)
treeb9ddc29123b47aa515ac26defea624f88f2a5c06 /META6.json
parentedf8a7290888977ff0bc625f02a81abbc37fb984 (diff)
downloadoctans-4c77f3376020ea13754b2f635ce07094cdc4a226.tar.gz
Make class Puzzle, remove fancy chars, make module for get-puzzle
- Puzzle is a class that provides the grids & gray-squares.
- Fancy chars were removed for ASCII characters.
- get-puzzle is now in its own module.
Diffstat (limited to 'META6.json')
-rw-r--r--META6.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/META6.json b/META6.json
index 4aee3ff..b92df2b 100644
--- a/META6.json
+++ b/META6.json
@@ -10,6 +10,7 @@
         "Octans::CLI" : "lib/Octans/CLI.rakumod",
         "Octans::Neighbors" : "lib/Octans/Neighbors.rakumod",
         "Octans::Puzzle" : "lib/Octans/Puzzle.rakumod",
+        "Octans::Puzzle::Get" : "lib/Octans/Puzzle/Get.rakumod",
         "Octans::RangeSearch" : "lib/Octans/RangeSearch.rakumod",
         "Octans::WordSearch" : "lib/Octans/WordSearch.rakumod"
     },