|
|
|
Programming Resources
Updated Ewebbed EnCore Installation
A Zip file with a complete Windows desktop installation of a V4 enCore MOO including the Object Browser is available for download Here
Some documentation and the installation instructions are in the READ ME file.
A page of screenshots of this system in action is here.
LambdaMOO Programmers
Manual This is a newer version of the Programmers Manual from http://www.ipomoea.org/moo/pm1.8.1.
A Zip file with the manual is available Here
LambdaMOO
Manuals Includes the Programmer's Manual and the Core User's and Core Programmer's Manuals
These files can be loaded into EnCore for use by programmers. Simply extract the following zip file into the texts directory of your EnCore MOO. The file is here.
MOO Programming resources
--from Jill's cybermedia site (includes good tutorials)
Programmer's
help--NWE Univ. FL.
MOO
programming cheat sheet
Colin's
Way Easy Guide to MOO programming
Other
Key Verbs--teleporting, one object effecting another,
forked tasks, random numbers/lists, cloning from Ron Broglio
Writing Secure Verbs--Making sure your verbs have proper security.
yduJ's MOO Lore Pamphlet--A classic paper by yduJ (Judy Anderson) of LamdaMOO, about several aspects of LambdaMOO including an excellant discussion of what causes Server and Net Lag.
TEAM Programming--A post from MOO COWS in 1993, a discussion of the OPAL MOO attempt at multiple ownership.
MOO Code comments cost--A post from MOO COWS in 2004, a discussion of the processor/lag cost of MOO code comments. The conclusion? there is negligible effect unless the comments are inside of a loop. SO NO MORE EXCUSES FOR NOT COMMENTING YOUR VERBS! :)
Uncle Tak's Guide To MOO Programming
|