This is a MUD (Multi User Dungeon) client, designed to be cross platform for both mobile and desktop.
Mudblock supports scripting via Lua, with portable files, which you can tie all together using aliases, triggers and other familiar MUD client features.
- Multiple profiles
- Customizable on-screen buttons
- Triggers
- Aliases
- Supports scripting (Lua) that aims to be compatible with MUSHclient
- Profiles are portable & sharing content is easy
- Background app keepalive
- Timers
- MUSHclient plugin compatibility
Tested:
- Android
- macOS
Not tested:
- Windows
- Linux
- iOS
- Install Flutter
- Clone this repo
- Copy
lib/core/secrets.example.dart
tolib/core/secrets.dart
, and make the modifications as specified in the file comments. The secrets are ignored on git for security reasons for users of this app via official channels. - Run
flutter run
to start developing on an emulator or a connected device
This app is in early development stages and things are very likely to change and break with updates.
I am developing this package on my free time, so any support, whether code, issues, or just stars is very helpful to sustaining its life. If you are feeling incredibly generous and would like to donate just a small amount to help sustain this project, I would be very very thankful!
I welcome any issues or pull requests on GitHub. If you find a bug, or would like a new feature, don't hesitate to open an appropriate issue and I will do my best to reply promptly.