Skip to content

mudcoders/muddle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Electron-Based MUD Client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.7%
  • CSS 22.5%
  • HTML 1.8%