Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 616 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 616 Bytes

go-mud

Go based MUD Server

Commands

  • look - you can look around and see whats there
  • go - you can go to the places that you just looked for
  • exit - when you want to lave the game
  • say - you can talk to all connected players (this will later changed to just all players in the same room)

And each room can define own commands

Features

  • Create a account on first login \o/
  • Walk through all the rooms
  • Rooms can show a little ASCII Art Animation on join
  • Rooms can hav dependencies to enter
  • Walking Directions can be hidden (will be displayed when the room was already entered)