The official graphical user interface for Mudlet (https://mudlet.org) for StickMUD.
The original StickMUD.mpackage was run through DeMuddler to generate Lua files for this repository.
de-muddler -f StickMUD.mpackage
Self-hosted GitHub Actions use Muddler to build a release upon each pull request.
- Update the version in the mfile configuration.
- On StickMUD, update the
GMCP_VALUE_CLIENT_GUI_VERSION
in/include/gmcp_defs.h
to pickup the new version.
See also this guidance from @gesslar.