Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mudcoders/awesome-mud
🖥 A curated list of bookmarks, tools, tutorials, and other cool resources for text-based game developers.
https://github.com/mudcoders/awesome-mud
List: awesome-mud
awesome awesome-list development mud text-based-game
Last synced: 16 days ago
JSON representation
🖥 A curated list of bookmarks, tools, tutorials, and other cool resources for text-based game developers.
- Host: GitHub
- URL: https://github.com/mudcoders/awesome-mud
- Owner: mudcoders
- License: cc0-1.0
- Created: 2017-08-20T03:40:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T00:15:24.000Z (over 4 years ago)
- Last Synced: 2024-05-23T00:09:11.638Z (7 months ago)
- Topics: awesome, awesome-list, development, mud, text-based-game
- Size: 8.79 KB
- Stars: 96
- Watchers: 9
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- ultimate-awesome - awesome-mud - 🖥 A curated list of bookmarks, tools, tutorials, and other cool resources for text-based game developers. (Other Lists / Monkey C Lists)
README
```
.d8b. db d8b db d88888b .d8888. .d88b. .88b d88. d88888b
d8' `8b 88 I8I 88 88' 88' YP .8P Y8. 88'YbdP`88 88'
88ooo88 88 I8I 88 88ooooo `8bo. 88 88 88 88 88 88ooooo
88~~~88 Y8 I8I 88 88~~~~~ `Y8b. 88 88 88 88 88 88~~~~~
88 88 `8b d8'8b d8' 88. db 8D `8b d8' 88 88 88 88.
YP YP `8b8' `8d8' Y88888P `8888Y' `Y88P' YP YP YP Y88888P
.88b d88. db db d8888b.
88'YbdP`88 88 88 88 `8D
88 88 88 88 88 88 88
88 88 88 88 88 88 88
88 88 88 88b d88 88 .8D
YP YP YP ~Y8888P' Y8888D'
```# Awesome MUD [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) ![](https://img.shields.io/badge/kill-grue-red.svg)
> A curated list of bookmarks, tools, tutorials, and other cool resources for text-based game developers.
*Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. You might also like [awesome-shell](https://github.com/alebcay/awesome-shell) and [awesome-cli-apps](https://github.com/agarrharr/awesome-cli-apps), which both support text-based living!*
Want to add your awesome MUD resource? Make the change and [open a pull request](https://opensource.guide/how-to-contribute/#opening-a-pull-request)!
## Contents
- [Clients](#clients)
- [Codebases](#codebases)
- [Hosting](#hosting)
- [Communities](#communities)## Clients
_Log in and play._
- [Blightmud](https://github.com/LiquidityC/Blightmud) - A mud client for the terminal
- [BlowTorch](https://bt.happygoatstudios.com/) - A MUD client for Android.
- [Mudlet](https://github.com/Mudlet/Mudlet) - A cross-platform, MUD client with scripting in Lua.
- [MUDRammer](https://github.com/splinesoft/MUDRammer) - Modern MUD client for the iPhone and iPad.
- [TinTin++](http://tintin.sourceforge.net/) - Cross-platform, command line MUD client.## Codebases
_Active and retired MUD codebases._
- [ArchaicQuest](https://github.com/LiamKenneth/ArchaicQuest) - C# web based MUD engine.
- [AwakeMUD](https://github.com/luciensadi/AwakeMUD) - Community fork of Awakened Worlds written in C++.
- [BRus MUD Engine](https://github.com/bylins/mud) - Russian MUD engine in C++.
- [CoffeMud](https://github.com/bozimmerman/CoffeeMud) - Java-based MUD engine.
- [CurryMUD](https://github.com/jasonstolaruk/CurryMUD) - Textual Multi-User Dungeon server in Haskell.
- [DikuMUD3](https://github.com/Seifert69/DikuMUD3) - Latest DikuMID release with HTML and websockets support.
- [DUM](https://github.com/wowpin/dumserver) - A modern Python MU* engine.
- [DragonMUD](https://github.com/bbuck/dragon-mud) - MUD engine in GO.
- [Evennia](https://github.com/evennia/evennia) - Python MUD/MUX/MUSH/MU* development system.
- [ExVenture](https://github.com/oestrich/ex_venture) - Elixir based MUD engine.
- [FluffOS](https://github.com/fluffos/fluffos) - actively maintained LPMUD driver, based on the last release of MudOS.
- [HellCore](https://github.com/necanthrope/HellCore) - HellCore fork of LambdaMOO.
- [Kalevala](https://github.com/oestrich/kalevala) - World building toolkit for text based games, written in Elixir.
- [ldmud](https://github.com/ldmud/ldmud) - LDMud game driver for LPMuds.
- [Ranvier](https://github.com/shawncplus/ranviermud) - Node.js-based MUD engine.
- [RockMUD](https://github.com/MoreOutput/RockMUD) - Node.js-based WebSockets-capable MUD server.
- [room.js](https://github.com/doughsay/room.js) - Node.js-based MUD/MOO engine.
- [Tale](https://github.com/irmen/Tale) - Mud, mudlib & interactive fiction framework.## Protocols
_Specifications of various MUD-related protocols_
- [GMCP](https://tintin.mudhalla.net/protocols/gmcp/) - Generic Mud Communication Protocol.
- [MCCP](https://tintin.mudhalla.net/protocols/mccp/) - Mud Client Compression Protocol.
- [MSP](https://www.zuggsoft.com/zmud/msp.htm) - Mud Sound Protocol.
- [MSSP](https://tintin.mudhalla.net/protocols/mssp/) - Mud Server Status Protocol.
- [MTTS](https://tintin.mudhalla.net/protocols/mtts/) - Mud Terminal Type Standard.
- [Ironrealms GMCP](https://nexus.ironrealms.com/GMCP) - Specification of GMCP used by Iron Realms Nexus Client.
- [Protocols supported by Mudlet](https://wiki.mudlet.org/w/Manual:Supported_Protocols#MSP) - Docs about protocols supported by Mudlet.## Hosting
_Places to put a MUD._
- [DigitalOcean](https://www.digitalocean.com/) - Cloud-computing provider offering affordable virtual private servers.
## Communities
_Connect with other MUD enthusiasts._
- [The MUD Coders Guild](https://mudcoders.com) - Slack community for text-based game developers.
- [r/MUD](https://www.reddit.com/r/MUD) - Reddit's official MUD community.
- [Titans of Text](https://www.titansoftext.com/) - MUD related podcast