annotate web/about/arogue5.html @ 95:501ea260724f

Expand the history pages for Super-Rogue and Advanced Rogue 5.
author John "Elwin" Edwards
date Sat, 03 Apr 2021 11:12:36 -0400
parents 2ff839ce045e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
12
8a3e00a3413d Add an about page for Advanced Rogue 5.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
8a3e00a3413d Add an about page for Advanced Rogue 5.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
2 <html>
8a3e00a3413d Add an about page for Advanced Rogue 5.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
3 <head>
8a3e00a3413d Add an about page for Advanced Rogue 5.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
4 <title>Advanced Rogue 5</title>
8a3e00a3413d Add an about page for Advanced Rogue 5.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
5 <link rel="stylesheet" type="text/css" href="/main.css">
8a3e00a3413d Add an about page for Advanced Rogue 5.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
6 </head>
8a3e00a3413d Add an about page for Advanced Rogue 5.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
7
8a3e00a3413d Add an about page for Advanced Rogue 5.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
8 <body>
8a3e00a3413d Add an about page for Advanced Rogue 5.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
9 <h1>Advanced Rogue 5</h1>
91
d417016bbf73 Small website changes.
John "Elwin" Edwards
parents: 81
diff changeset
10 <div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/about/">About</a> -&gt; Advanced Rogue 5</div>
12
8a3e00a3413d Add an about page for Advanced Rogue 5.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
11 <div class="content">
95
501ea260724f Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents: 94
diff changeset
12 <p>This game is a version of Advanced Rogue 5.8.</p>
501ea260724f Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents: 94
diff changeset
13 <h2>History</h2>
501ea260724f Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents: 94
diff changeset
14 <p><a href="srogue.html">Super-Rogue</a> was not the only early roguelike to come from AT&amp;T Bell Labs. Another group, led by Michael Morgan and Ken Dalka, began developing Advanced Rogue in 1984.</p>
501ea260724f Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents: 94
diff changeset
15 <p>Advanced Rogue includes some features, like shop and maze levels, that first appeared in Super-Rogue. But I suspect that these are only borrowings, and that Advanced Rogue was independently developed from <a href="rogue3.html">Rogue 3.6</a>, rather than starting from Super-Rogue.</p>
501ea260724f Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents: 94
diff changeset
16 <p>Advanced Rogue quickly grew into a different game, not just adding monsters, levels, and items, but creating new mechanics. It pioneered features that almost every later roguelike would adopt, like character classes, magic spells, and the ability to freely move up and down levels.</p>
501ea260724f Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents: 94
diff changeset
17 <p>In January 1985, the Advanced Rogue team released version 5.8. They would continue to develop <a href="arogue7.html">future versions</a>, and <a href="xrogue.html">other early roguelikes</a> would be based on their work.</p>
501ea260724f Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents: 94
diff changeset
18 <p>The <a href="https://web.archive.org/web/20180418191859/http://rogue.rogueforge.net/">Roguelike Restoration Project</a> found the source code for Advanced Rogue 5.8 "floating on the internet" and, beginning in 2005, updated it to run on modern systems. The RRP made a bugfix release, numbered 5.8.2, in February 2006.</p>
501ea260724f Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents: 94
diff changeset
19 <p>The Roguelike Gallery began maintaining Advanced Rogue 5 in 2012, fixing many more bugs.</p>
501ea260724f Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents: 94
diff changeset
20 <h2>More Information</h2>
501ea260724f Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents: 94
diff changeset
21 <ul>
501ea260724f Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents: 94
diff changeset
22 <li>The Roguelike Restoration Project's <a href="https://web.archive.org/web/20180418165050/http://rogue.rogueforge.net/advanced-rogue-5-8/">page</a></li>
501ea260724f Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents: 94
diff changeset
23 <li>A <a href="https://web.archive.org/web/20160603123044/http://rogue.rogueforge.net/advanced-rogue-5-8/dod58/">guide to playing</a></li>
501ea260724f Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents: 94
diff changeset
24 <li><a href="https://web.archive.org/web/20160604195229/http://rogue.rogueforge.net/advanced-rogue-5-8s/">Advanced Rogue 5.8s</a>, a variant with a few unique additions</li>
501ea260724f Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents: 94
diff changeset
25 </ul>
12
8a3e00a3413d Add an about page for Advanced Rogue 5.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
26 </div>
91
d417016bbf73 Small website changes.
John "Elwin" Edwards
parents: 81
diff changeset
27 <div class="foot"><a href="/">RLGallery</a> <a href="/recent.cgi">Recent Games</a> <a href="/scoring/high.cgi">High Scores</a> <a href="/notes/">Notes</a> <a href="https://rlgallery.org:8080/">Play</a></div>
12
8a3e00a3413d Add an about page for Advanced Rogue 5.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
28 </body>
8a3e00a3413d Add an about page for Advanced Rogue 5.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
29 </html>