xxx / cd-gamedriver

CD Mud Gamedriver (unofficial) - This version is used at Sanity's Edge. For the official Genesis driver, see https://github.com/cotillion/cd-gamedriver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the CD gamedriver

It is a compiler and interpreter for the LPC language. It is developed to run the Genesis MUD running on https://www.genesismud.org/

Building

The driver should build on most modern linux distribution using glibc. It needs bison and libjson-c to compile.

On Debian

sudo apt-get install bison libjson-c-dev

Build

Review the setting of MUD_LIB and BINDIR in Makefile and then build using make

About

CD Mud Gamedriver (unofficial) - This version is used at Sanity's Edge. For the official Genesis driver, see https://github.com/cotillion/cd-gamedriver

License:Other


Languages

Language:C 89.6%Language:Yacc 9.8%Language:CMake 0.4%Language:Shell 0.1%Language:Roff 0.1%