139 projects tagged "mud"
Mooix is a multiuser object-oriented dimension (a MOO) layered over top of your favorite Unix system. To the user, mooix looks much like any other MOO. To the programmer, mooix objects look like directories full of files: executable methods, properties, and links to other objects. MOOs have historically had poor support for such things as real programming languages, encrypted logins, multitasking, and editors. Mooix inherits all of these things from the Unix system it is based on. At the same time, it's not wedded too tightly to Unix (e.g., it implements its own permissions system that is much more suited to a MOO environment than the historical Unix system).
XMud is an extensible MUD, inspired by LambdaMOO and LPMUD. It allows users to extend the system at run-time by creating new objects. Objects are Java classes that follow certain rules with respect to manipulating the state. It was designed with with scalability in mind; the system may be composed of N servers and M clients. Each server is nothing more that a state manager that controls reading, writing, and locking state elements. Methods are executed at the client level and generate state change requests that are sent to the server.
Reality is a client for Cyanide. Cyanide is intended to be the most dynamic multi-player online role-playing game ever made. This client uses an isometric perspective to present scenes. It is programmed with Python, pygame (SDL), and OpenGL. Full 3D movement is possible, and the server's code can be exchanged online.
NFMCA is a MUD client with basic features in the form of a Java applet. The GUI is written with Swing, so one needs Java Runtime Environment to run it. Besides running in a browser as an applet, it also supports standalone mode. Features include dealing with a limited set of ANSI codes (foreground colors and underline), multiple languages (as you could expect from a Swing program) and font changing (two features which are absent in some much more complicated clients), smart scrolling, command history, detachment ability for applet mode, handy selection/copying mode, and more. It supports English as the default, and Russian for Russian-localized operating systems. NFMCA should run on any platform (tested on Windows and GNU/Linux).