about summary refs log tree commit diff stats
path: root/lib/Octans/WordSearch.rakumod
Commit message (Collapse)AuthorAgeFilesLines
* Add visualize feature using CairoAndinus2022-01-121-5/+12
| | | | | | This takes parts from Fornax: https://github.com/andinus/fornax Each step is visualized and a video solution is generated.
* Change subroutine declaration styleAndinus2021-03-031-3/+1
| | | | | | | | From: sub t () {} To: sub t() {}
* Re-structure for CPAN upload, include a dictionary file v0.1.0Andinus2021-01-191-0/+67
bin/octans calls lib/Octans/CLI.rakumod which has the MAIN subroutine.