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.
- Host: GitHub
- URL: https://github.com/makosai/go-mud
- Owner: Makosai
- Created: 2024-04-21T08:18:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-27T12:33:53.000Z (about 1 year ago)
- Last Synced: 2024-05-02T05:13:27.126Z (12 months ago)
- Topics: 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
- Language: Go
- Homepage:
- Size: 427 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```