Skip to content

Releases: Wirmaple73/EscapeTheMaze

1.1.0

24 Jan 10:30
90c25d6
Compare
Choose a tag to compare

What's new

Additions

  • Added a new parameter for Debug mode: -displayfloodfillpath, which allows you to view the path navigated by the new flood-fill algorithm.

Improvements

  • Added more colored text to certain sections.
  • Minor code optimizations and changes.

Changes

  • The nearby walls around the Player and Exit point aren't cleared anymore since the infamous softlock has been fixed.
  • The minimum and maximum wall density values are now increased to 750 and 900, respectively.

Fixes

  • Fixed the rare softlock that happens when the Exit point is unreachable. (Special thanks to RJiiFIN!)
  • Fixed the "Please select an option [1-n]: " caption showing the incorrect number when running in Debug mode.

Compatibility with older game version(s)

✔️ This version is compatible with users' files generated from the previous version of the game.

1.0.1

16 Jan 11:09
5e58af4
Compare
Choose a tag to compare

What's new

Additions

  • Added menu options for manually importing and exporting users in debug mode.

Improvements

  • The current user is now highlighted on the leaderboard.
  • The 'Failure' (error) sound effect will now play in more places (it was previously missing in some cases).
  • Minor optimizations and code changes.

Fixes

  • Fixed the 'Nicer Walls' upgrade description text wrapping.

Compatibility with older game version(s)

✔️ This version is compatible with users' files generated from the previous version of the game.

1.0.0

11 Jan 09:00
338b97d
Compare
Choose a tag to compare

The initial release (Please make sure to read the README.md file if you haven't yet).