Releases: unrenamed/knossos
Releases · unrenamed/knossos
v0.4.0
Added
-
Implement an option to randomly place start
S
and goalG
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 thegame-map
command on CLI
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Added
- New
AsciiNarrow
andAsciiNarrow
formatters replacingAscii::narrow()
andAscii::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
New Contributors
- @unrenamed made their first contribution in #1
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
Full Changelog: https://github.com/unrenamed/knossos/commits/v0.1.2