Bamboozle 0.9.0 released

Bamboozle is a tool for packing and unpacking blorb files.

It is a TUI, a text user interface which runs in a terminal or console. For Windows, you can just double click the executable and a console will open automatically.

Changes in version 0.9.0:

  • allow MP3 files in non-ADRIFT games
  • have OPEN be the first choice in the start-up menu
  • better looking help bar at bottom of screen
  • support basic tilde expansion with the VISIT command
  • file listing sorted in a number-aware way
  • fixed a bug identifying a CAS file (Quest 4)
  • don’t accept “.D$$” to identify AGT filenames

Download a source or binary package here: v0.9.0 · Andrew Apted / bamboozle · GitLab

Repository on GitLab:

7 Likes

Good news for windows users. Defining CC=CLANG in the makefile, and obviously having clang installed, makes it easy to build Bamboozle on Windows. Thanks to not relying on any curses library or posix-specific components, it makes the build process way less complicated.

3 Likes