Skip to content

Releases: msmp-mc/maze-generator-cli

0.3.1

23 Jun 20:41
Compare
Choose a tag to compare

Changelog

  • 433e43a fix(difficulty): #5
  • 664df06 test(randomised-kurskal): update constructor

0.3.0

23 Jun 14:03
Compare
Choose a tag to compare

Changelog

  • a323663 docs(usage): add -i parameter usage in readme
  • 149ed75 feat(scheme): handle disabled cells
  • 5cbdcc7 feat(inner hole): handle adding hole
  • 9e73634 feat(cli): options for inner hole
  • fa966a4 docs(github): add contributions informations
  • 55fcd00 ci(gorelease): update exlucde filters

0.2.0

08 Jun 16:30
a54e285
Compare
Choose a tag to compare

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