Skip to content

chenasraf/mudblock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5d76247 · Jun 26, 2024

History

82 Commits
Oct 11, 2023
Mar 30, 2024
Oct 17, 2023
Mar 30, 2024
Jun 26, 2024
Mar 30, 2024
Jun 25, 2024
Oct 30, 2023
Mar 30, 2024
Sep 20, 2023
Mar 30, 2024
Sep 21, 2023
Sep 21, 2023
Sep 28, 2023
Sep 20, 2023
Sep 21, 2023
Sep 21, 2023
Oct 6, 2023
Sep 20, 2023
Jun 25, 2024
Apr 9, 2024

Repository files navigation

Logo Mudblock

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.

Screenshots

Android

android screenshot 1 android screenshot 2 android screenshot 3

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

Planned features

  • Background app keepalive
  • Timers
  • MUSHclient plugin compatibility

Supported platforms

Tested:

  • Android
  • macOS

Not tested:

  • Windows
  • Linux
  • iOS

Development

  1. Install Flutter
  2. Clone this repo
  3. Copy lib/core/secrets.example.dart to lib/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.
  4. 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.

Contributing

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!

Buy Me a Coffee at ko-fi.com

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.