A web-based MUD client written in Ruby. This project allows you to interact with a MUD game through a terminal-like interface in the browser.
Follow these steps to get the project up and running on your local machine:
Run the following command to install the necessary gems:
bundle install
Copy the example configuration file and rename it to config.rb
:
cp config.example.rb config.rb
Edit config.rb
to configure the application as needed (e.g., server settings).
Start the application server:
ruby server.rb
The application will now be running, and you can access it through your browser.
Once the server is running, you can interact with the MUD game through the terminal interface. Follow the on-screen prompts to send commands to the server and receive responses.
If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.
Ensure that your changes are well-documented and that any new functionality is covered by tests.
This project is open-source and available under the MIT License.