Skip to content
/ go-mud Public

A multiplayer MUD game made with Go & Socket/WebRTC. Run in your Terminal, Browser, or on Windows.

Notifications You must be signed in to change notification settings

Makosai/go-mud

Repository files navigation

Go-MUD

A text-based MUD written in Go. Features multiplayer with WebRTC and Sockets.

Running without executable

go run main.go engine.go

Alt Text

Building Go-MUD

Building with goreleaser

goreleaser release --snapshot --clean

Check the dist folder for the executables.

Installing goreleaser

Docs: https://goreleaser.com/install/

npm:

npm i -g @goreleaser/goreleaser

chocolatey:

choco install goreleaser

winget:

winget install goreleaser

apt:

sudo apt install goreleaser

go install:

go install github.com/goreleaser/goreleaser/v2@latest

Releases

No releases published

Packages

No packages published