Skip to content

Releases: unrenamed/knossos

v0.4.0

01 Nov 14:49
Compare
Choose a tag to compare

Added

  • Implement an option to randomly place start S and goal G points along the borders ensuring a viable path between the two points for the GameMap formatter (#2 Define Start and Goal points by @unrenamed in #3)

  • Add the new option --with-start-goal to the game-map command on CLI

Full Changelog: v0.3.0...v0.4.0

v0.3.0

06 May 18:24
Compare
Choose a tag to compare

Added

  • New AsciiNarrow and AsciiNarrow formatters replacing Ascii::narrow() and Ascii::broad() calls

Fixed

  • Fix usage of old Ascii output types in code and docs
  • Move lib examples to the examples dir. cargo run --example name to run the specified example

Full Changelog: v0.2.0...v0.3.0

v0.2.0

02 Apr 15:53
Compare
Choose a tag to compare

New Contributors

Added

  • Implement knossos CLI
  • Add new narrow and broad ASCII formatters

Fixed

  • Fix the method to validate if a maze is valid

Changed

  • Use bitflags to optimize and speed up the maze generation process

Full Changelog: v0.1.2...v0.2.0

v0.1.2

11 Apr 19:29
Compare
Choose a tag to compare