-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
executable file
·78 lines (61 loc) · 2.76 KB
/
index.html
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
<!DOCTYPE html>
<title>Using Your Model/2 bis - Revisited</title>
<link rel="stylesheet" href="style.css">
<h1>Using Your Model/2 bis - Revisited</h1>
<blockquote>
<em>"Traveller has always been an easy game to mate to a computer."</em>
</blockquote>
<p>
So begins Marc W. Miller's first entry in a short-lived column
in <cite>The Journal of the Travellers' Aid Society</cite> and
<cite>Challenge</cite> magazines, issues 24, 25 and 26. This
series of articles, published in the
<a href="http://stellarreaches.nwgamers.org/"><cite>Stellar Reaches fanzine</cite></a>
revisits the series with the goal of teaching introductory
programming to a whole new generation of
<cite>TRAVELLER</cite> players.
</p>
<p>
The examples from the series can be found on
this page and can be used without downloading
anything, but I encourage readers to dig into the
source code and figure out how everything works,
just as Marc Miller intended his readers to do
when the original series was published.
</p>
<p>
-- Joshua Bell (<a href="mailto:inexorabletash@gmail.com">inexorabletash@gmail.com</a>)
</p>
<h2>Part 1 (from <a target="_blank" href="http://stellarreaches.nwgamers.org/wp-content/uploads/2010/09/sr_fanzine_08.pdf#page=70">Stellar Reaches #8</a>)</h2>
<div class="section">
<p>
<a href="article1/tempcalc.html">World Temperature Calculation</a>
- <a href="https://github.com/inexorabletash/model2/blob/master/article1/tempcalc.html">(page source)</a>
</div>
<h2>Part 2 (from <a target="_blank" href="http://stellarreaches.nwgamers.org/wp-content/uploads/2010/12/sr_fanzine_10f.pdf#page=5">Stellar Reaches #10)</a></h2>
<div class="section">
<p>
<p>
<a href="article2/sectorgen.html">Random Sector Generator</a>
<ul>
<li><a href="https://github.com/inexorabletash/model2/blob/master/article2/sectorgen.html">page source</a></li>
<li><a href="https://github.com/inexorabletash/model2/blob/master/article2/sectorgen.js">script source</a></li>
</ul>
<p>
<a href="article2/wordgen.html">Random Word Generator</a>
<ul>
<li><a href="https://github.com/inexorabletash/model2/blob/master/article2/wordgen.html">page source</a></li>
<li><a href="https://github.com/inexorabletash/model2/blob/master/article2/wordgen.js">script source</a></li>
</ul>
<p>
<a href="article2/sectorgen2.html">Combined Sector and Word Generator</a>
<ul>
<li><a href="https://github.com/inexorabletash/model2/blob/master/article2/sectorgen2.html">page source</a></li>
<li><a href="https://github.com/inexorabletash/model2/blob/master/article2/sectorgen2.js">script source</a></li>
</ul>
</div>
<div style="font-style: italic; margin-top: 30pt;">
The Traveller game in all forms is owned by
<a target="_blank" href="http://farfuture.net">Far Future Enterprises</a>.
Copyright © 1977 - 2014 Far Future Enterprises.
</div>