Skip to content

Releases: OPRobots/mms

September 2025

06 Sep 10:21

Choose a tag to compare

Improvements since the last release:

  • Add multithreading support for recording maze runs
  • Add ability to load multiple maze files at the same time
  • Support both ASCII and ASCII + array formats in maze definitions
    (array format is optional and follows the format used in our Maze Wall Placer)
  • Switch configuration storage to .ini files instead of the Windows registry
  • Only the Windows pre-compiled binary is included in this release

Important

To use the recording feature, please ensure that ffmpeg is installed on your system and accessible from the command line. Without ffmpeg, recording will not function.

May 2025

25 May 13:34
d094b04

Choose a tag to compare

Improvements since the last release:

  • Add ability to record maze runs as .mp4 video files
  • Recording requires ffmpeg to be installed and available in the system path
  • Only the Windows pre-compiled binary is included in this release

Important

To use the recording feature, please ensure that ffmpeg is installed on your system and accessible from the command line. Without ffmpeg, recording will not function.