📄️ Installation
This page covers the steps needed to get OpenMud up and running for development purposes. Note, however, that to run OpenMud games already hosted, you do not need to perform these installation steps. These steps are only for developers interested in creating OpenMud games.
📄️ Command Line Basics
For most basic uses of OpenMud, you can perform all of your development, running and debugging use the omd (OpenMud) command-line. For more advanced development and debugging (for example, customizing the client, server or OpenMud Framework) you will likely forgoe the command-line for traditional development tools such as Visual Studio (see Advanced Development for more information on setting up a full-fledged development environment)
📄️ Creating a Project
Using the OpenMud command line and the Visual Studio Code IDE, creating a new OpenMud project is easy. This page steps you through creating your first project with OpenMud.
📄️ Running a Game Server
This guide describes how to run an independant OpenMud game server.
📄️ Advanced Development
This guide describes how to setup an OpenMud project for advanced development (customizing the server, framework, and client code.)