Documents

Technical documentation

Mathematical Functions
h1. Mathematical Functions This document covers mathematical functions supported by Ruby Mush. Of cause how to access them is based on the language used. h2. Basic Math h3. add This function returns the result of the addition of 2 or m...
02/16/2008 05:33 pm

Mush Code 2.0
h1. Mush Code 2.0 This document is supposed to cover the language definition and considerations behind the idea to redo mush code. It will, beside boring things like syntax definitions, cover topics like 'why is it different'. Here I am talkin...
02/16/2008 07:36 pm

General Layout Concept
h1. General Layout Lets start out with what Ruby MUSH is designed. It features 3 layers of code. Each layer has it's own reason for existence and it's separated tasks to handle. (admitted this was just copied from a article on my Blog I posed a...
02/18/2008 08:48 pm

CS Code
h1. CS Code CS Code is the attempt to make building Character systems easy and effective with little effort and much more fun for the coders. h2. Idea Most games will have some kind of CS (Character System) as in a sheet, skills attribute...
02/26/2008 12:00 pm