项目作者: jcmcbeth

项目描述 :
SWR 2.0 MUD
高级语言: C
项目地址: git://github.com/jcmcbeth/Planets-Rise-To-Power.git
创建时间: 2018-11-10T02:04:23Z
项目社区:https://github.com/jcmcbeth/Planets-Rise-To-Power

开源协议:

下载


Planets: Rise To Power

SWR 2.0 MUD

Not to be confused with the SWR 1.0 mud called Rise IN Power.

This is an SWR 2.0 MUD that I worked on for a short period. It is based on a SWR 2.0 refactor that I can’t find the origin of. If you do know please send me the details.

How to build

Using Ubuntu Server 18.10 use the following commands:

  1. sudo apt-get install csh make gcc libz-dev
  2. git clone https://github.com/jcmcbeth/Planets-Rise-To-Power.git
  3. cd swr2/src
  4. make all
  5. cd ..
  6. chmod +x run-swr
  7. ./run-swr &