Skip to content

Ruslan/rubymud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby MUD Client

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.

Getting Started

Follow these steps to get the project up and running on your local machine:

1. Install Dependencies

Run the following command to install the necessary gems:

bundle install

2. Configure the Application

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).

3. Run the Server

Start the application server:

ruby server.rb

The application will now be running, and you can access it through your browser.

Usage

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.

Contributing

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.

License

This project is open-source and available under the MIT License.

About

Ruby mud client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published