about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Release v0.1.0 v0.1.0Andinus2021-11-032-4/+6
|
* Update install instructionAndinus2021-11-033-2/+3
|
* Add Hex2RGB module in META6.jsonAndinus2021-11-031-1/+2
|
* Add testsAndinus2021-11-032-0/+14
|
* Document optionsAndinus2021-11-032-0/+15
|
* Add installation notes to READMEAndinus2021-11-032-10/+115
|
* Add News section in READMEAndinus2021-11-032-29/+48
|
* Add Demo VideoAndinus2021-11-032-7/+50
|
* java/DFS: Don't walk on visited, Add DFS solutions, change colorsAndinus2021-11-034-9/+57
| | | | | It didn't walk on visited grid but printed that as an iteration so it seemed like it did.
* Fix log-level usage in ffmpeg, update mazeAndinus2021-11-032-8/+8
|
* More DFS solutionsAndinus2021-11-032-0/+55
|
* Set ffmpeg verbosityAndinus2021-11-032-10/+12
|
* Rename sample solutionsAndinus2021-11-037-0/+0
| | | | When we add more algorithms, this'll make it easier to browse.
* More DFS solutionAndinus2021-11-031-0/+1995
|
* Fix excess space calculationAndinus2021-11-031-2/+2
| | | | Earlier we assumed that rows == columns.
* java/DFS: Fix out of bounds checkAndinus2021-11-031-4/+8
|
* More sample solutionsAndinus2021-11-035-0/+242
|
* java/DFS: Chose neighbor randomlyAndinus2021-11-031-1/+9
| | | | | This does mean that we might end up taking a longer path but also the inverse!
* java/DFS: Keep variables in smallest scopeAndinus2021-11-031-6/+3
|
* Change default output directoryAndinus2021-11-032-4/+4
|
* Add sample DFS solutionAndinus2021-11-032-1/+7
|
* 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