Skip to content

g023/phpmudserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A PHP MUD Server * NOTE: VERY EARLY BUILD. YOU PROBABLY DON'T WANT THIS RUNNING OPEN TO THE PUBLIC.

version 0.1 alpha

License: BSD 3-Clause License

Language: PHP 8 Dependencies: Sockets extension,

usage: Use php at the command line to launch mud.php

eg) php mud.php

default config should be open on port 5001 on localhost. You can point your telnet client by typing: telnet localhost 5001

Its ugly. Sorry. Was more just smashing around on the keyboard and found my way here. PHP is probably not a good language for a MUD server, but I feel it needed another example.

check out _NOTES.txt to see where I'm at currently. Sometimes I write things down, and sometimes I don't.