Skip to content

Instantly share code, notes, and snippets.

@john-science
Last active October 27, 2018 17:29
Show Gist options
  • Save john-science/c80d9ab0ba6bb5773b170ba190f4d345 to your computer and use it in GitHub Desktop.
Save john-science/c80d9ab0ba6bb5773b170ba190f4d345 to your computer and use it in GitHub Desktop.
Updating DecafMUD for the Discworld.

Updating DecafMUD

FullCafMUD, DiscMUD, DiscMUDClient, AtuinClient, MendedDrumClient, TeleMUD

Research

  • Here is some original, old school version of DecafMUD
  • DecafMUD - original home page
  • The live client at starturtle.net uses Websockets and Flash.
  • Grab Wireshark to sniff out what is being sent to/from the client during the game.
    • I used this for installing Wireshark on Ubuntu.

Websockets

  • Here is a nice introduction to JS Websockets, using HTML5.

Flash

Oh my, I don't want to learn Flash. And HTML5 would get better support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment