8000 GitHub - luciensadi/DikuMUD3: DikuMUD III using HTML and websockets.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

luciensadi/DikuMUD3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

DikuMUD3

DikuMUD III using HTML and websockets.

D-Day June 21, 2020

Get in touch if you'd like to contribute. There's a long to-do list. Everything from non-programming to HTML to C(++).

How to build & launch

First build the binaries

cd vme/src/ make all # add -j8 to compile on 8 threads in parallel

Make sure .def files are pre-processed

cd ../etc/ make all

Then compile the zones

cd ../zone/ ../bin/vmc -m -I../include/ *.zon

Now you're ready to launch, open four tabs in shell

cd ../bin/ ./vme # tab1 tail -f vme.log # tab2 ./mplex -w -p 4280 # tab3 tail -f mplex.log #tab4

You can also launch a telnet mplex using e.g. 'mplex -p 4242' And then telnet localhost 4242. But telnet is best for debugging

To open the client

cd ../www/ firefox index.html

Set the host to your fqdn or localhost and set the port to match mplex (4280 if you used that) And you'll see the welcome screen in Firefox

About

DikuMUD III using HTML and websockets.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 71.1%
  • HTML 14.2%
  • C 6.8%
  • Yacc 4.0%
  • Awk 1.7%
  • Perl 0.9%
  • Other 1.3%
0