Mercurial > hg > rlgallery-misc
view 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 |
line wrap: on
line source
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Super-Rogue</title> <link rel="stylesheet" type="text/css" href="/main.css"> </head> <body> <h1>Super-Rogue</h1> <div class="nav"><a href="/">RLGallery</a> -> <a href="/about/">About</a> -> Super-Rogue</div> <div class="content"> <p>This game is a version of Super-Rogue 9.0.</p> <h2>History</h2> <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> <p>Some of Super-Rogue's features, such as shops, mazes, and cockatrices, appeared in the original Hack at about the same time.</p> <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> <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> <h2>More Information</h2> <ul> <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> <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> </ul> </div> <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> </body> </html>