Mercurial > hg > rlgallery-misc
annotate web/about/srogue.html @ 99:801ec25cc0af
Update lighttpd configuration.
Explicitly set the document root, in case the default gets changed.
author | John "Elwin" Edwards |
---|---|
date | Sun, 02 Jan 2022 20:40:05 -0500 |
parents | 501ea260724f |
children |
rev | line source |
---|---|
8
7371f972393b
Import the /about web pages.
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"> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
2 <html> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
3 <head> |
11
6846ee1b335b
Fix the titles and explain a little more about Super-Rogue.
John "Elwin" Edwards <elwin@sdf.org>
parents:
8
diff
changeset
|
4 <title>Super-Rogue</title> |
8
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
5 <link rel="stylesheet" type="text/css" href="/main.css"> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
6 </head> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
7 |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
8 <body> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
9 <h1>Super-Rogue</h1> |
91 | 10 <div class="nav"><a href="/">RLGallery</a> -> <a href="/about/">About</a> -> Super-Rogue</div> |
8
7371f972393b
Import the /about web pages.
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 Super-Rogue 9.0.</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>Super-Rogue came into being around 1982, when some employees at AT&T Bell Labs began modifying a copy of the <a href="rogue3.html">Rogue 3.6</a> source code. Robert D. Kindelberger led the effort to expand Rogue into a new game. Super-Rogue included new monsters for all the lowercase letters, and deepened the dungeon to 35 levels. The final version, numbered 9.0, was completed in July 1984.</p> |
8
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
15 <p>Some of Super-Rogue's features, such as shops, mazes, and cockatrices, appeared in the original Hack at about the same time.</p> |
95
501ea260724f
Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents:
94
diff
changeset
|
16 <p>In 2004, Robert Kindelberger supplied a copy of the source code to the <a href="https://web.archive.org/web/20180418191859/http://rogue.rogueforge.net/">Roguelike Restoration Project</a>. The RRP updated Super-Rogue to run on modern systems, issuing a release numbered "9.0-1" in March 2005.</p> |
501ea260724f
Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents:
94
diff
changeset
|
17 <p>The Roguelike Gallery began maintaining Super-Rogue in 2010, fixing a few bugs which made winning easy, and adding support for the arrow keys.</p> |
501ea260724f
Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents:
94
diff
changeset
|
18 <h2>More Information</h2> |
501ea260724f
Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents:
94
diff
changeset
|
19 <ul> |
501ea260724f
Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents:
94
diff
changeset
|
20 <li>The Roguelike Restoration Project's <a href="https://web.archive.org/web/20180417234609/http://rogue.rogueforge.net/super-rogue-9-0/">Super-Rogue page</a></li> |
501ea260724f
Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents:
94
diff
changeset
|
21 <li>An <a href="http://www.gamesetwatch.com/2008/06/column_play_superrogue_banishe.php">@Play article</a> describing the version released by the RRP</li> |
501ea260724f
Expand the history pages for Super-Rogue and Advanced Rogue 5.
John "Elwin" Edwards
parents:
94
diff
changeset
|
22 </ul> |
8
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
23 </div> |
91 | 24 <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> |
8
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
25 </body> |
7371f972393b
Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff
changeset
|
26 </html> |