Welcome Mudlet’s new testing team!

As part of our efforts to continuously improve Mudlet and grow the text gaming genre we have also been working on our processes. Establishing a code freeze two weeks prior to release to give more time to catch issues, setting up automated and categorized changelogs...

Trial – pay out to popular PRs

There’s been quite a few improvements to Mudlet from outside the core Mudlet dev team lately that were really nice – think package exporter rework, smooth map scrolling, and so on. Thanks to our patrons, we now have a bit of money and so we had an idea:...

Automated Lua tests are in

We’ve just hit another milestone in Mudlet – and got our nearly 200 Lua-based tests to run in CI automatically on every change, and complimenting the existing C++ tests which are run already. This means any time we do a change to Mudlet, a robot will fire...

Relaxed game listing requirements

We’ve relaxed the requirements about getting your game listed in Mudlet :) if you feel that it doesn’t fit the existing ones in https://wiki.mudlet.org/w/Listing_Your_MUD, feel free to write to us and we’ll work something out.
Automated checks for Mudlet’s style guide

Automated checks for Mudlet’s style guide

Just like professional documents have editorial style guides, so does professionally-made hobby code. It ensures we have a consistent style throughout the code making it easier to read and contribute to the code, and helps catch out bugs as well! I spent time over the...