All Projects → Neop → mudmap2

Neop / mudmap2

Licence: other
A mapping tool for text-based games, like text adventures, MUDs and MUSHs

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to mudmap2

mushcode
A collection of softcode for PennMUSH and RhostMUSH meant to facilitate free-form roleplaying themepark games.
Stars: ✭ 18 (-48.57%)
Mutual labels:  mud, mush
CYOAwesome
An easy-to-use html5 text adventure game engine. PLAY THE DEMO:
Stars: ✭ 24 (-31.43%)
Mutual labels:  text-adventure
Lua-MUD
A MUD framework written in lua
Stars: ✭ 25 (-28.57%)
Mutual labels:  mud
room.js
A node.js MOO server
Stars: ✭ 75 (+114.29%)
Mutual labels:  mud
sdxxz
傻屌修仙传
Stars: ✭ 18 (-48.57%)
Mutual labels:  mud
svof
Svof is an AI system for Achaea, an online MUD. It has advanced and adaptable curing capabilities, defence raising, and addons.
Stars: ✭ 52 (+48.57%)
Mutual labels:  mud
pycat
MUD client in Python
Stars: ✭ 22 (-37.14%)
Mutual labels:  mud
awesome-mud
🖥 A curated list of bookmarks, tools, tutorials, and other cool resources for text-based game developers.
Stars: ✭ 61 (+74.29%)
Mutual labels:  mud
mudjs
WebSocket MUD client for DreamLand
Stars: ✭ 13 (-62.86%)
Mutual labels:  mud
DungeonsAndDirectories
A text adventure that you play in your file browser
Stars: ✭ 36 (+2.86%)
Mutual labels:  text-adventure
dwarlixir
A dwarf-fortress clone / MUD / side project in Elixir
Stars: ✭ 46 (+31.43%)
Mutual labels:  mud
mud
炎黄文字MUD游戏,请使用 fluffos v2019 驱动
Stars: ✭ 91 (+160%)
Mutual labels:  mud
MudDungeonJS
A mud engine using telnet and Web sockets for web built with NodeJs
Stars: ✭ 21 (-40%)
Mutual labels:  mud
mud-server
A MUD server written in Java w/basic OLC and a channel-based chat system.
Stars: ✭ 36 (+2.86%)
Mutual labels:  mud
logicmoo workspace
https://jenkins.logicmoo.org/job/logicmoo_workspace https://logicmoo.org/xwiki/
Stars: ✭ 41 (+17.14%)
Mutual labels:  mud
toaststunt
A fork of the LambdaMOO-Stunt server with features found useful during the development of Miriani and ChatMUD.
Stars: ✭ 31 (-11.43%)
Mutual labels:  mud
simplemud
SimpleMUD from MUD Game Programming book ported to NodeJS
Stars: ✭ 36 (+2.86%)
Mutual labels:  mud
GMCPAdditions
These are additions to the IRE gmcp documentation
Stars: ✭ 21 (-40%)
Mutual labels:  mud
dreamland code
DreamLand MUD: server code
Stars: ✭ 36 (+2.86%)
Mutual labels:  mud
DikuMUD2
DikuMUD II from 1997
Stars: ✭ 24 (-31.43%)
Mutual labels:  mud

MUD Map v2

by Neop

A mapping tool for text-based games like text adventures, MUDs and MUSHs.

License: GPLv3 Use it at your own risk!

Screenshot

Requirements:

  • a PC with Java JRE 8 or newer (tested with Linux and Windows)

Links

MUD Map v2 sources, information and binary packages: https://github.com/Neop/mudmap2

Quick start guide

There is a quick start guide in the help menu explaining the basic features.

Keyboard shortcuts

You can find a list in the help menu or here: docs/keyboard_shortcuts.md

Building MUD Map

To build MUD Map from source you will need a Java 7 JDK and Maven. The following command compiles MUD Map and creates a JAR file in the 'target' directory:

mvn package

Note: The correct JAR file is 'mudmap2-2.x.x-jar-with-dependencies.jar', NOT 'mudmap2-2.x.x.jar'! The following description assumes that the former JAR got renamed to 'mudmap2-2.x.x.jar'.

Installation

You will need a Java 7 Runtime Environment (JRE) to run MUD Map and the MUD Map JAR file which you can download (see links above) or compile yourself. Place it wherever you like.

Starting MUD Map

If your operating system is set up to associate JAR file with Java you will be able to start MUD Map with a double click on the JAR file.

Otherwise call the following command on command line or use start_mudmap.sh (Linux). This might also provide more information in case of problems.

java -jar mudmap2-2.x.x.jar

Bugs and problems

If you encounter any bugs or other problems please write a bug report on Github or send me an e-mail so I can fix it.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].