All Projects → oiuv → mud

oiuv / mud

Licence: MIT license
炎黄文字MUD游戏,请使用 fluffos v2019 驱动

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to mud

erlmud
Evolutionary demonstration of Erlang/OTP development.
Stars: ✭ 33 (-63.74%)
Mutual labels:  mud
kalevala
A world builder's toolkit in Elixir
Stars: ✭ 124 (+36.26%)
Mutual labels:  mud
pycat
MUD client in Python
Stars: ✭ 22 (-75.82%)
Mutual labels:  mud
stunt
LambdaMOO with multiple inheritance, anonymous objects, HTTP, JSON <-> MOO translation, better crypto, a map datatype and a RESTful interface.
Stars: ✭ 67 (-26.37%)
Mutual labels:  mud
SkotOS
Open Source version of the SkotOS narrative prose library, using the DGD driver.
Stars: ✭ 21 (-76.92%)
Mutual labels:  mud
AkkaMUD
Building a MUD in F# and Akka.NET
Stars: ✭ 15 (-83.52%)
Mutual labels:  mud
mudmap2
A mapping tool for text-based games, like text adventures, MUDs and MUSHs
Stars: ✭ 35 (-61.54%)
Mutual labels:  mud
mud-server
A MUD server written in Java w/basic OLC and a channel-based chat system.
Stars: ✭ 36 (-60.44%)
Mutual labels:  mud
cwmud
An extendable, modular MUD server.
Stars: ✭ 15 (-83.52%)
Mutual labels:  mud
MoD
MUD on Discord, a MUD framework Bot for Discord
Stars: ✭ 20 (-78.02%)
Mutual labels:  mud
aardwolfclientpackage
Get the Aardwolf MUSHclient Package installer at
Stars: ✭ 79 (-13.19%)
Mutual labels:  mud
dumserver
A modern MU* engine re-imagined, actively developed and properly tracked.
Stars: ✭ 54 (-40.66%)
Mutual labels:  mud
path-to-power
A simple MUD inspired, browser-based multiplayer game.
Stars: ✭ 14 (-84.62%)
Mutual labels:  mud
guildmud
A SocketMUD-based Multi-User Dungeon built and managed by the members of The MUD Coders Guild.
Stars: ✭ 26 (-71.43%)
Mutual labels:  mud
toaststunt
A fork of the LambdaMOO-Stunt server with features found useful during the development of Miriani and ChatMUD.
Stars: ✭ 31 (-65.93%)
Mutual labels:  mud
judo
A more elegant way to play in the MUD
Stars: ✭ 17 (-81.32%)
Mutual labels:  mud
shadowgate
Mirror of ShadowGate code
Stars: ✭ 12 (-86.81%)
Mutual labels:  mud
sdxxz
傻屌修仙传
Stars: ✭ 18 (-80.22%)
Mutual labels:  mud
Lua-MUD
A MUD framework written in lua
Stars: ✭ 25 (-72.53%)
Mutual labels:  mud
dreamland world
DreamLand MUD: all configuration files, and some areas for local dev
Stars: ✭ 16 (-82.42%)
Mutual labels:  mud

炎黄群侠传MUD

mud

炎黄MUD utf-8 版,推荐使用 FluffOS v2019 最新版驱动。

LIB说明

本游戏为侠客行类文字MUD游戏,底层为炎黄2003,LIB代码有大量借鉴国内优秀的LIB,开源在此方便对MUD游戏感兴趣的玩家。

help

启动说明

游戏集成了mudcore框架,请使用以下指令下载源码:

# 从github安装(国外推荐)
git clone --recurse-submodules https://github.com/oiuv/mud.git
# 从gitee 安装(国内推荐)
git clone --recurse-submodules https://gitee.com/mudren/mud.git

如果你已经直接clone了项目,请使用以下指令更新子模块:

git submodule update --init

提示:为方便国内用户使用,mudcorewww子模块都使用了gitee镜像地址。

环境配置

请把data目录中的.env.example复制为.env,并根据需要修改环境配置。

启动服务

使用以下方式启动游戏:

driver config.ini

如果是开发学习,使用以下方式之一开启调试模式:

driver config.ini -fdebug
driver config.ini -d
  • 5566 端口为GBK编码
  • 6666 端口为UTF-8编码
  • 8888 端口为WEBSOCKET访问

推荐使用mudlet客户端连接游戏,推荐使用UTF-8编码进行游戏。

注册ID为 mudren 的帐号为游戏管理员(admin)。

求助答疑请访问:https://bbs.mud.ren/nodes/6

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].