An open API service indexing awesome lists of open source software.

https://github.com/makosai/go-mud

A multiplayer MUD game made with Go & Socket/WebRTC. Run in your Terminal, Browser, or on Windows.
https://github.com/makosai/go-mud

game game-engine games go golang mud mud-server socket socket-programming sockets terminal terminal-based terminal-game text-based-game tui tui-game web webrtc windows

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# Go-MUD

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

# Running without executable

```sh
go run main.go engine.go
```

![Alt Text](/docs/showcase.png)