[Home] [Groups] - Message: [Prev in Group] [Next in Group]
5381: [MUD-Dev] FAQ
[Full Header] [Plain Text]
From: Marc Eyrignoux <Marc.Eyrignoux@efrei.fr>
Newsgroups: nu.kanga.list.mud-dev
Date: Wed, 28 Jan 1998 11:30:07 +0100
References: [1]
Organization: Kanga.Nu
Here is my biography:
Occupation: Student
Address: eyrignou@efrei.fr
Location: Paris, Toulouse (both in France)
Personal details: 21 years old
role player
attempting to code a mud with friends
(for school, for entertainment and for improving in programing)
Server design:
- in C++
- using a relational database (surely MySQL)
- under Linux RedHat 5.0
- multi-threaded, event driven
- still only in project phase
- 1 world: small basic medieval-fantastic world, with basic races
like elves, humans, orks...
- trying to promote the roleplay aspect of the game, with (hopefully)
a quest generator for not having to rewrite another quest every day.
Client design:
- in Java, graphic oriented
- the most intelligent as possible, but not as much as Nathan's one