Skip to content
/ MUjs Public
forked from naHrej/MUjs

A fully ANSI Complaint MUD/MUSH/MOO client written in electron + Vue3

License

Notifications You must be signed in to change notification settings

Krenath/MUjs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MUjs

To build npm (nodeJS) is required

npm install
npm run start

A few unique features to the client:

The server can send the following commands

!@style:url:http://localhost/stylesheet.less

The client will fetch the URL and apply it as a stylesheet

!@Window:<title>:<command>:<string>

The client will spawn a new window with the string as content The options are append, prepend, replace, clear and style. Style takes a URL and will apply a LESS formatted stylesheet The others require HTML tags to display on the window.

About

A fully ANSI Complaint MUD/MUSH/MOO client written in electron + Vue3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 74.6%
  • HTML 23.0%
  • CSS 2.4%