phud
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Phud is a multi user dungeon (mud) implemented in php using redis for a backend
Phud
====

Phud is a telnet socket server for playing text dungeon games, with races, abilities, items, and mobiles.
The name is an abbreviation of php mud.



Requirements
------------

Requirements include [php 5.4](http://www.php.net/) and up, and [redis](http://redis.io/).



Configuring
-----------

To set up, open up 'game.php' in the project root and change the $address to your local network ip, ie 192.168.0.x,
and port to an open, unused port, such as 9000.

	$address = '192.168.0.106';
	$port = 9000;



Running
-------

	php game.php &
	telnet 
If everything was successful, you should see a prompt, 'By what name do you wish to be known?'

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。