about summary refs log tree commit diff stats
path: root/META6.json
Commit message (Collapse)AuthorAgeFilesLines
* Add Hex2RGB, GenerateFrame modules to META6.jsonAndinus2022-01-121-1/+3
|
* Bump version to v0.2.3Andinus2022-01-121-2/+3
|
* Bump version v0.2.2Andinus2021-06-141-1/+1
| | | | To upload the latest work to fez.
* Bump version, update auth, lowercase chars v0.2.1Andinus2021-06-141-2/+2
|
* Update source-url in META6.jsonAndinus2021-03-251-1/+1
|
* Release v0.2.0 v0.2.0Andinus2021-03-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | NEWS: ⁃ Removed `sample' option `--sample' will not solve the sample puzzle. ⁃ Removed shorthand for verbose option `-v' won't work in `v0.2.0'. ⁃ Change representation of visited squares When `--verbose' was passed, it would print the solved puzzle with visited squares replaced with fancy characters. Now it marks them by adding: • `*' to visited + gray squares (start positions) • `/' to visited squares ⁃ Removed time taken Time taken won't be printed anymore. It was misleading because the time printed was not the time taken to find that specific word, it was the time taken to find all the words upto that word. It would reset for each starting position.
* Make class Puzzle, remove fancy chars, make module for get-puzzleAndinus2021-03-031-0/+1
| | | | | | - 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.
* Bump version to v0.1.4, document changes v0.1.4Andinus2021-02-191-1/+1
|
* Bump version to v0.1.3, document changes v0.1.3Andinus2021-01-241-1/+1
|
* Bump version to v0.1.2 v0.1.2Andinus2021-01-201-1/+1
|
* Bump version to v0.1.1 v0.1.1Andinus2021-01-201-1/+1
|
* Allow future versions of WWW module to be usedAndinus2021-01-201-1/+1
|
* Re-structure for CPAN upload, include a dictionary file v0.1.0Andinus2021-01-191-0/+29
bin/octans calls lib/Octans/CLI.rakumod which has the MAIN subroutine.