An open API service indexing awesome lists of open source software.

https://github.com/g023/phpmudserver

A PHP MUD
https://github.com/g023/phpmudserver

chat chat-application mmorpg mmorpg-server mud mud-server php socket socket-programming sockets

Last synced: 28 days ago
JSON representation

A PHP MUD

Awesome Lists containing this project

README

          

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.