about summary refs log tree commit diff stats
path: root/lib/Octans/Puzzle
Commit message (Collapse)AuthorAgeFilesLines
* Change subroutine declaration styleAndinus2021-03-031-1/+1
| | | | | | | | From: sub t () {} To: sub t() {}
* Make class Puzzle, remove fancy chars, make module for get-puzzleAndinus2021-03-031-0/+39
- 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.