You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+73-1Lines changed: 73 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,79 @@ The LambdaMOO Programmer's Manual is an updated and expanded version of the Lamb
15
15
To use this guide you simply need to open [MOO Programmer's Manual](/tutorials/moo-programmers-manual-updated.md). This version of the MOO Programmer's Manual lacks much of the formatting that the HTML5 version below has. It is great for quick perusal, but the HTML version is superior.
16
16
17
17
#### Locally
18
-
To use this guide locally you simply need clone it and open [/tutorials/src/moo-programmers-manual-updated](/tutorials/src/moo-programmers-manual-updated.html) in your web browser.
18
+
To access this file locally you simply need clone the repository and open [/tutorials/src/moo-programmers-manual-updated.html](/tutorials/src/moo-programmers-manual-updated.html) in your web browser.
19
+
20
+
### Yib's Pet Rock
21
+
A great first introduction to Lambda MOO programming.
22
+
23
+
#### On GitHub
24
+
To use this guide you simply need to open [Yib's Pet Rock](/tutorials/yibs-pet-rock.md).
25
+
26
+
#### Locally
27
+
To access this file locally you simply need clone the repository and open [/tutorials/src/yibs-pet-rock-non-html5.html](/tutorials/src/yibs-pet-rock-non-html5.html) in your web browser.
28
+
29
+
### Hacking LambdaMOO Server
30
+
This document walks you through what happens when a connection is made to the Lambda MOO server.
31
+
32
+
#### On GitHub
33
+
To use this guide you simply need to open [Hacking LambdaMOO Server](/tutorials/hacking-lambda-moo-server.md).
34
+
35
+
#### Locally
36
+
To access this file locally you simply need clone the repository and open [/tutorials/src/hacking-lambda-moo-server-non-html5.html](/tutorials/src/hacking-lambda-moo-server-non-html5.html) in your web browser.
37
+
38
+
### Lambda MOO Background Information
39
+
This document contains background information on what LambdaMOO is in relation to other servers and languages.
40
+
41
+
#### On GitHub
42
+
To use this guide you simply need to open [Lambda MOO Background](/tutorials/lambda-moo-background.md).
43
+
44
+
#### Locally
45
+
To access this file locally you simply need clone the repository and open [/tutorials/src/lambda-moo-background-non-html5.html](/tutorials/src/lambda-moo-background-non-html5.html) in your web browser.
46
+
47
+
### Nodak.edu Lambda MOO Programming
48
+
This document contains information on Lambda MOO programming. It is a short and somewaht technical document without much background information.
49
+
50
+
#### On GitHub
51
+
To use this guide you simply need to open [Lambda MOO Nodak Edu](/tutorials/lambda-moo-nodak-edu.md).
52
+
53
+
#### Locally
54
+
To access this file locally you simply need clone the repository and open [/tutorials/src/lambda-moo-programming-tutorial-nodak-edu-non-html5.html](/tutorials/src/lambda-moo-programming-tutorial-nodak-edu-non-html5.html) in your web browser.
55
+
56
+
### LambdaMOO Programming Tutorial (Steven Owens)
57
+
This is an excellent guide, the most complete one I've seen aside from the original Lambda MOO Programmer's Manual. It was written, as the title states, by Steven J. Owens.
58
+
59
+
#### On GitHub
60
+
To use this guide you simply need to open [LambdaMOO Programming Tutorial by Steven Owens](/tutorials/lambda-moo-steven-owens-guide.md).
61
+
62
+
#### Locally
63
+
To access this file locally you simply need clone the repository and open [/tutorials/src/dark-sleep-lambdamoo-programming-tutorial-non-html5.html](/tutorials/src/dark-sleep-lambdamoo-programming-tutorial-non-html5.html) in your web browser.
64
+
65
+
### Colin's Way Easy Intro Guide to MOO Programming
66
+
A good introduction to MOO programming. This guide gets you through all the basics.
67
+
68
+
#### On GitHub
69
+
To use this guide you simply need to open [Colin's Way Easy Intro Guide to MOO Programming](/tutorials/lambda-moo-way-easy.md).
70
+
71
+
#### Locally
72
+
To access this file locally you simply need clone the repository and open [/tutorials/src/way-easy-moo-programming-guide-non-html5.html](/tutorials/src/way-easy-moo-programming-guide-non-html5.html) in your web browser.
73
+
74
+
### Winding Duck
75
+
Winding Duck MOO Programmer's Tutorial walks you through, step by step, how to create some simple code, then make it progressively more complicated.
76
+
77
+
#### On GitHub
78
+
To use this guide you simply need to open [Winding Duck](/tutorials/winding-duck.md).
79
+
80
+
#### Locally
81
+
To access this file locally you simply need clone the repository and open [/tutorials/src/winding-duck-non-html5.html](/tutorials/src/winding-duck-non-html5.html) in your web browser.
82
+
83
+
### MOO Programming Tips
84
+
This looks like it was a guide created for a specific MOO but it has some tips that those new to MOO might find useful.
85
+
86
+
#### On GitHub
87
+
To use this guide you simply need to open [MOO Programming Tips](/tutorials/zompost-moo-help.md).
88
+
89
+
#### Locally
90
+
To access this file locally you simply need clone the repository and open [/tutorials/src/zompost-moo-help-non-html5.html](/tutorials/src/zompost-moo-help-non-html5.html) in your web browser.
0 commit comments