https://github.com/chippolot/romud
roMUD is an open-source cross-platform MUD heavily inspired by DikuMUD and Ragnarok Online written in Go
https://github.com/chippolot/romud
dikumud education game-development game-server golang learning lua mmo mmorpg mud ragnarok ragnarok-online
Last synced: 3 months ago
JSON representation
roMUD is an open-source cross-platform MUD heavily inspired by DikuMUD and Ragnarok Online written in Go
- Host: GitHub
- URL: https://github.com/chippolot/romud
- Owner: chippolot
- License: mit
- Created: 2023-02-09T18:00:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T21:15:18.000Z (over 2 years ago)
- Last Synced: 2025-04-05T16:41:20.500Z (6 months ago)
- Topics: dikumud, education, game-development, game-server, golang, learning, lua, mmo, mmorpg, mud, ragnarok, ragnarok-online
- Language: Go
- Homepage:
- Size: 1.68 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# romud
roMUD is an open-source cross-platform MUD heavily inspired by DikuMUD and Ragnarok Online## Features
- MUD framework inspired by DikuMUD and its derivatives
- Gameplay mechanics and content inspired by Ragnarok Online Classic
- Currently includes monster, item, and room content from the first Prontera field map
- Jobs and Skills (Currently supports novice, 1st, and 2nd tier jobs)
- Combat distance mechanic for simulating ranged combat
- Lua script support for config, entity/item/room scripts, and more## Usage
roMUD can be build using `go build` or run from source `go run .`.
This will start a local server on the configured port (4000 by default).Currently roMUD only supports basic Telnet connections.
To connect a client to a local server: `telnet localhost 4000`The file `app.json` contains configuration for the MUD server.