https://github.com/trevoke/ruby-mud
A Ruby MUD server. Current project status: toy
https://github.com/trevoke/ruby-mud
mud ruby
Last synced: 11 months ago
JSON representation
A Ruby MUD server. Current project status: toy
- Host: GitHub
- URL: https://github.com/trevoke/ruby-mud
- Owner: Trevoke
- Created: 2014-10-05T04:17:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T19:59:48.000Z (about 9 years ago)
- Last Synced: 2025-06-01T08:33:44.410Z (about 1 year ago)
- Topics: mud, ruby
- Language: Ruby
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ruby-mud
A Ruby MUD server. Current project status: toy
Thoughts:
- Spawn a new process for a room
- Find a reasonable way to store information for rooms.
- One YAML file per room? How to name them? How to link them? How to uniquely identify them?
- Maybe a MUD editor could abstract this away?