Releases: msmp-mc/maze-generator-cli
Releases · msmp-mc/maze-generator-cli
0.3.1
0.3.0
0.2.0
Changelog
- a54e285 ci(gorelease): setup gorelease for github actions
- 12c6446 build(go): downgrade go to 1.19
- 97eaf20 docs(info): update options in readme
- f09c6ff feat(generation): create gates
- e249f24 Merge pull request #4 from msmp-mc/refactor/cli
- 902129a feat(cli): implements help generation
- 1b1eda8 refactor(cli): handle automatically the help
- edab4ea feat(cli): implements new way
- e35a9c1 refactor(cli): new way to parse options
- 15d94d4 feat(option):size option
- b91e00a feat(randomised_kruskal): reduce number of previsualisation
- f9267a4 docs(info): add usage example in readme
- fac5dc4 feat(randomised_kruskal): tweak number of modified wall
- 3004588 fix(parameter): conflict between height and help
- bdebc37 feat(parameter): update the help and new parameter to show the help
- 53ff7bc feat(parameter): difficulty option to customize maze
- dc80296 feat(parameters): output parameter to put the new maze in a file
- a081cf1 docs(in): add docs to every undocumented functions
- 1e9450a fix(randomised_kruskal): stop removing non removable wall
- 0a65d71 fix(randomised_kruskal): unstoppable algorithm
- 9f231a7 feat(randomised kruskal)!: kruskal algorithm (bug: never finishing)
- 4638000 feat(global)!: cells to the maze
- 16644ba docs(info): add readme
- f06c5c7 feat(cli): use of cli
- 7cfac61 fix(maze): centered _ at the top and the bottom
- e3b409d feat(scheme): walls' conversion to printable string
- 00e6e75 feat(maze): various getter for Maze
- b92ab29 test(randomised kruskal): length of walls
- 4c19d36 refactor(maze): merge horizontal and vertical walls into one slice
- b4e59f6 feat(kruskal): base of the kruskal algorithm (not working)
- 59c045e feat(generators) global func for generating default walls
- c680e7a feat: base of the app
- aec01f7 Initial commit