about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Variable frame rate, center the canvasAndinus2021-11-031-8/+15
|
* Generate slideshow with ffmpeg, add verbose optionAndinus2021-11-031-6/+12
|
* Parse fornax format to generate the imagesAndinus2021-11-032-34/+91
| | | | | Switched to PNG because SVGs were larger in this case. Also, video will be created with `ffmpeg` so it's just easier to use PNGs.
* Document assumptionsAndinus2021-11-032-0/+4
|
* java/DFS: Output in Fornax formatAndinus2021-11-031-44/+47
|
* Document symbol prioritizationAndinus2021-11-032-2/+8
|
* Remove number of iterations from formatAndinus2021-11-032-2/+2
| | | | | To know this the program must have solved the whole puzzle before it is able to print a single line. I don't think it's required.
* Document highlighting for Illegal, Solved pathsAndinus2021-11-032-4/+14
|
* Document iteration gridsAndinus2021-11-032-8/+62
|
* Document fornax format, update .gitignoreAndinus2021-11-033-3/+57
|
* Generate images for every iterationAndinus2021-11-022-3/+53
|
* java/DFS: Make output parseableAndinus2021-11-021-21/+23
|
* Move to Raku module structureAndinus2021-11-025-14/+40
|
* Basic implementation of fornaxAndinus2021-11-021-0/+14
|
* java/DFS: Move file to algorithms directory, cleanupAndinus2021-10-162-80/+71
|
* Added DFS working code in javavamsee2021-10-161-0/+80
|
* Initial CommitAndinus2021-10-165-0/+58