-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
281 lines (216 loc) · 7.54 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<html>
<!--if !tads.org-->
<title>TADS 3 Bookshelf</title>
<!--endif-->
<!--tads.org
<title>TADS 3 Manuals</title>
tads.org-->
<link rel=stylesheet type="text/css" href="main.css"></link>
<body>
<!--if !tads.org-->
<div class=title>
<img src="title2.gif" border=0>
</div>
<div class=main>
<h1>The Books</h1>
<!--endif-->
<!--tads.org
<h1>TADS 3 Manuals</h1>
tads.org-->
<table class=book>
<tr><td colspan=2><hr class=dotted>
<tr>
<td class=bookimg>
<a target=_blank href="T3QuickStart.htm">
<img class=book src="qstart_cover.jpg">
</a>
<td>
<a target=_blank href="T3QuickStart.htm"" class="title">
TADS 3 Quick Start Guide
</a>
<br>by Eric Eve
<p>This brief guide is probably the best place to start for newcomers to TADS 3.
It contains instructions for installing the system and compiling a basic game,
an explanation of the other documentation, including guidance on where to go
next, and a sample game newcomers can experiment with if they want to dive
straight it.</p>
<tr><td colspan=2><hr class=dotted>
<tr>
<td class=bookimg>
<a target=_blank href="gsg/index.html">
<img class=book src="gsgcover.jpg">
</a>
<td>
<a target=_blank href="gsg/index.html" class="title">
Getting Started in TADS 3
</a>
<br>by Eric Eve
<p>This tutorial introduction is a great starting point for anyone new
to TADS 3 and new to programming. The book opens with the basics of
getting TADS working on your system and setting up your first simple
game, so even if you've never done any programming before, this will
help you get going quickly. The tutorial then leads you step by step
through the design of a full-scale example game, showing how to use
TADS to implement the effects needed in the game. By the time you're
done, you'll know your way around the system and you'll be able to
write your own games.
<p><i>This book is accompanied by a sample game, </i>The Further Adventures
of Heidi<i>. The game's source files can be found here:</i><tt>
<a href="gsg/Heidi.t" target=_blank>Heidi.t</a>
<a href="gsg/Heidi.t3m" target=_blank>Heidi.t3m</a>
</tt>
<p><i>This book can also be viewed in a
<a target=_blank href="gsg/Getting Started in TADS 3.pdf">
PDF version</a>. This version is recommended if you want to
make a printed copy.</i>
<tr><td colspan=2><hr class=dotted>
<tr>
<td class=bookimg>
<a target=_blank href="learning/Learning%20T3.pdf">
<img class=book src="learning_cover.jpg">
</a>
<td>
<a target=_blank href="learning/Learning%20T3.pdf" class="title">
Learning TADS 3
</a>
<br>by Eric Eve
<p>Part tutorial and part reference, <i>Learning TADS 3</i> is a
perfect place to start for confident beginners, and for people with a
little more programming experience. This book is designed for
learning TADS on your terms - it's organized by functional area, so
once you've mastered the basics, you can skip around to focus on the
areas you're most interested in. As you develop your game, you can
return to the book as a reference, to review the details of particular
TADS features.
<p><i>This book refers to a collection of sample games, which are
available as a separate download - <a class=visible
href="http://www.tads.org/learning_tads3_sample_games.htm">click here</a>
to download.
</i>
<tr><td colspan=2><hr class=dotted>
<tr>
<td class=bookimg>
<a target=_blank href="tourguide/index.html">
<img class=book src="tgcover.jpg">
</a>
<td>
<a target=_blank href="tourguide/index.html" class="title">
TADS 3 Tour Guide
</a>
<br>by Eric Eve
<p>This is a comprehensive overview of the TADS 3 library, covering
nearly all of the key classes and functions. It uses practical
examples that illustrate how to use library features to accomplish
common tasks.
<p><i>This book can also be viewed in a
<a target=_blank href="tourguide/T3TourGuide.pdf">PDF version</a>.
This version is recommended if you want to make a printed copy.</i>
<tr><td colspan=2><hr class=dotted>
<tr>
<td class=bookimg>
<a target=_blank href="sysman/cover.htm">
<img class=book src="syscover.jpg">
</a>
<td>
<a target=_blank href="sysman/cover.htm" class="title">
TADS 3 System Manual
</a>
<br>by Michael Roberts
<p>This book is a reference to the TADS 3 language and the T3 VM,
including the standard intrinsic functions and classes. It
covers the language and VM features in depth, so it's the place
to go when you need to find the details on the system.
<tr><td colspan=2><hr class=dotted>
<tr>
<td class=bookimg>
<a target=_blank href="techman/cover.htm">
<img class=book src="techcover.jpg">
</a>
<td>
<a target=_blank href="techman/cover.htm" class="title">
TADS 3 Technical Manual
</a>
<br>edited by Michael Roberts
<p>This is a collection of technical articles about key aspects
of the TADS 3 system and the Adv3 library. These articles
provide detailed, task-oriented information on topics of
interest to most TADS 3 users.
<tr><td colspan=2><hr class=dotted>
<tr>
<td class=bookimg>
<a target=_blank href="libref/index.html">
<img class=book src="libcover.jpg">
</a>
<td>
<a target=_blank href="libref/index.html" class="title">
TADS 3 Library Reference Manual
</a>
<p>This is an extensively cross-referenced and hyperlinked compilation
of information on the Adv3 and system libraries. The entire library
is indexed here, with the latest information generated directly from the
library source code.
<tr><td colspan=2><hr class=dotted>
<tr>
<td class=bookimg>
<a target=_blank href="htmltads/intro.htm">
<img class=book src="htads_cover.jpg">
</a>
<td>
<a target=_blank href="htmltads/intro.htm" class="title">
Introduction to HTML TADS
</a>
<br>by Michael Roberts
<p>TADS 3 uses a variant of HTML as its formatting language. These
notes explain how HTML fits into TADS, and how you can use HTML
formatting codes for text effects, graphics, and sound, and how the
TADS variant differs from standard HTML. (These are essentially just
the original notes for HTML TADS 2, so they're a little rough, but
they are updated with relevant changes for TADS 3. Note that this
isn't an HTML tutorial - but the HTML in TADS is pretty close to
standard HTML, so you can learn it from any of the many tutorials on
the Web for ordinary HTML.)
</table>
<hr class=dotted>
<h1>Change Logs</h1>
<div class=indent>
<p><a target=_blank href="t3changes.htm">
<b>TADS 3 System Change History</b></a>.
This is a chronological log of changes to the TADS 3
language, tools, and Virtual Machine.
<p><a target=_blank href="../lib/adv3/changes.htm">
<b>Adv3 Library Change History</b></a>.
A chronological log of changes to Adv3, the standard
TADS 3 Adventure Framework Library.
<p><a target=_blank href="changes.htm">
<b>HTML TADS Interpreter and Workbench Change History</b></a>.
This is a log of changes to the
HTML TADS user interface, which includes the HTML TADS Interpreter and
the Workbench development environment on Windows.
</div>
<!--tads.org
<hr class=dotted>
<h1>Search the Books</h1>
<div class=indent>
$searchform
</div>
tads.org-->
<hr class=dotted>
<h1>Notes</h1>
<div class=indent>
<p>These books are copyrighted by their respective authors. In
general, they may be used and distributed without charge, subject to
certain restrictions. Please see the individual books for full
copyright and licensing information.
<p><a target=_blank
href="http://www.adobe.com/products/acrobat/readstep.html"> <img
class=margin align=right src="getacro.gif" border=0></a> Some of these
books are offered in the "PDF" format. To view PDF files, you need
the Acrobat Reader software, which is available as a <a target=_blank
href="http://www.adobe.com/products/acrobat/readstep.html">free
download from Adobe</a>.
</div>
<!--if !tads.org-->
</div>
<!--endif-->
</body>
</html>