Skip to content

Latest commit

 

History

History
50 lines (36 loc) · 1.08 KB

README.md

File metadata and controls

50 lines (36 loc) · 1.08 KB

Muddle

A simple, Electron-based, MUD client.

Development

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/mudcoders/muddle

# Go into the repository
cd muddle

# Install dependencies and run the app
npm install && npm start

Learn more about Electron and its API in the documentation.

Desired Features

  • Game Selection
  • Basic Configuration
    • Colors
    • Font
      • Family
      • Size
  • Plugins & Package Management
    • Themes
    • Triggers
    • Aliases
    • Tabs
  • Protocols
    • MXP
    • MSSP
    • MSDP
    • GCMP
    • ATCP

Known Issues

  • Input latency is a little off (last character sometimes gets cut off by return when typing too fast)

License

Muddle is licensed under a CC0 (Public Domain) License.