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
- Host: GitHub
- URL: https://github.com/g023/phpmudserver
- Owner: g023
- License: bsd-3-clause
- Created: 2023-10-08T01:59:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T06:03:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T06:25:16.151Z (6 months ago)
- Topics: chat, chat-application, mmorpg, mmorpg-server, mud, mud-server, php, socket, socket-programming, sockets
- Language: PHP
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.phpeg)
php mud.phpdefault config should be open on port 5001 on localhost. You can point your telnet client by typing:
telnet localhost 5001Its 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.