So you want to code for Mirrors?
Email
Programming languages that you know:
C
C++
Java 1.1
Java 1.2
Assembly:
HTML
JavaScript
Perl
Unix scripting
Other:
Types of MU*s played on:
If you have ever coded for another mud, which, and what did you do there?
Do you understand linked lists? Yes
Do you understand structures/classes? Yes
As sample of your coding skills, write a function (in pseudo code if you prefer, but the C frame is there), which will act on the command "run".
Syntax: run <dir>
the first word of the user input is discarded from the argument string you receive in this function, so you need only decide which direction the character wishes to run in.
The function which is responsible for the movement, will be "perform_movement(struct char_data *ch, int dir, TRUE)", which returns 0 if there were no problems moving.
The rest is up to you.