{{template "header" .}}
Alpha Development
This game is currently in alpha development and is continuously being updated and modified. Expect frequent changes, new features, and occasional bugs as we build the world of Willowdale. Join our Discord community here.
- Morquin, January 2026
Connect using the Web Client
Or connect using your favorite MUD client on:
willowdalemud.com
Telnet port{{ if gt (len .CONFIG.Network.TelnetPort) 1 }}s{{end}} : {{ join .CONFIG.Network.TelnetPort ", " }}
{{ if and .CONFIG.Network.SecureTelnetPort (ne (index .CONFIG.Network.SecureTelnetPort 0) "0") }}
Secure (TLS) port{{ if gt (len .CONFIG.Network.SecureTelnetPort) 1 }}s{{end}} : {{ join .CONFIG.Network.SecureTelnetPort ", " }}
{{ end }}

We recommend Mudlet for telnet connections.
{{ if .CHANGELOG }}
Recent Changes
Scroll for more
{{ range .CHANGELOG }}
{{ .Date }} {{ if .Version }} v{{ .Version }} {{ end }}
{{ .Message }}
{{ end }}
{{ end }}
{{template "footer" .}}