about summary refs log tree commit diff stats
path: root/lib/Octans
Commit message (Expand)AuthorAgeFilesLines
* Print video solution pathAndinus2022-01-122-2/+1
* Add visualize feature using CairoAndinus2022-01-124-6/+118
* Bump version, update auth, lowercase chars v0.2.1Andinus2021-06-141-2/+2
* Release v0.2.0 v0.2.0Andinus2021-03-041-1/+1
* Mark visited gray squares with "*"Andinus2021-03-042-1/+11
* Don't print time takenAndinus2021-03-031-11/+2
* Change subroutine declaration styleAndinus2021-03-035-13/+7
* Make class Puzzle, remove fancy chars, make module for get-puzzleAndinus2021-03-033-89/+69
* Re-structure codeAndinus2021-03-022-18/+21
* Print default USAGE, remove shorthand for verbose optionAndinus2021-03-021-24/+10
* Print complete helpAndinus2021-02-281-1/+1
* Remove sample puzzleAndinus2021-02-281-36/+19
* Fix the sample puzzle errorAndinus2021-02-191-4/+6
* Handle reading puzzle from file within Octans::CLI moduleAndinus2021-02-182-30/+30
* Fix the regex for puzzleAndinus2021-02-071-6/+10
* When computing neighbors, set it to an empty arrayAndinus2021-01-261-3/+6
* Add an option to specify minimum lengthAndinus2021-01-241-2/+3
* Allow the input puzzle to be of any sizeAndinus2021-01-202-45/+34
* Read from file if passed, modify USAGEAndinus2021-01-202-53/+82
* Re-structure for CPAN upload, include a dictionary file v0.1.0Andinus2021-01-195-0/+345