Calypso Release 0.2.1, May 20, 2002
Patrik Opacic opcid@users.sourceforge.net
Table of contents
- Introduction
- Copyright and License
- Contents of the Release
- Installation
- Getting Started
- Introduction
Calypso is a MUD (multi-user dungeon) codebase written in C. The goal is to provide the mudding community with a codebase capable of change and to adjust readily to different ideas. The motive is to improve a somewhat stale climate in which many of the muds today have to flourish in. The more prominent aspects of the codebase are 1. being free from external control or constraint from in-game elements, 2. being generic with no tendency to lean toward a specific type of game-play. Its dynamic design promotes the sharing of in-game elements and rules. The result should be a codebase that is easy, for an administrator, to create a fun role-play environment with.
2. Copyright and License
Calypso is copyright (C) 2002 by Patrik Opacic. See the file 'COPYING' for the license.
3. Contents of the Release
/bin BINARIES
/doc DOCUMENTATION
/src SOURCECODE
4. Installation
- Get the release. The latest release can be found at the SourceForge project homepage:
http://sourceforge.net/projects/calypso-mud/
b. Unpack the release:
tar -xzf calypso-0.2.1.tar.gz
c. Enter the project source directory /src and run 'make':
make
This will generate an executable file and put it in the
project binary directory /bin.
5. Getting Started
- Download the calypso-lib-0.3.0 libpackage. You can download it at the SourceForge project page:
http://sourceforge.net/projects/calypso-mud/
b. Unpack it in the calypso project directory:
tar -xzf calypso-lib-0.3.0.tar.gz
c. Enter the calypso-lib source directory /src and run 'make':
make
d. Start the server:
calypso --libdir ../calypso-lib-0.3.0/
e. Telnet to localhost 5550 (default port).
Please visit the project homepage:
http://sourceforge.net/projects/calypso-mud/
for the latest news.
- Patrik Opacic (aka opcid)
