annotate web/about/urogue.html @ 97:fb292a0184d9

Add a page about UltraRogue.
author John "Elwin" Edwards
date Mon, 05 Apr 2021 21:57:20 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
97
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
2 <html>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
3 <head>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
4 <title>UltraRogue</title>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
5 <link rel="stylesheet" type="text/css" href="/main.css">
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
6 </head>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
7
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
8 <body>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
9 <h1>UltraRogue</h1>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
10 <div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/about/">About</a> -&gt; UltraRogue</div>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
11 <div class="content">
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
12 <p>This game is a version of UltraRogue 1.0.7.</p>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
13 <h2>History</h2>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
14 <p>In December 1984, Herb Chong began customizing an early version of <a href="arogue5.html">Advanced Rogue</a>. After a month of adding monsters, dungeon levels, and features, he changed the name to UltraRogue. The first release, called 1.02, came in August 1985.</p>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
15 <p>UltraRogue was one of the largest and most complex early roguelikes. Unlike the possibly larger <a href="xrogue.html">XRogue</a>, it does not share the rewritten time system of <a href="arogue7.html">Advanced Rogue 7</a>. This trend of growing the game and adding fun features, with less thought for balance, would be followed by early versions of Angband and NetHack.</p>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
16 <p>Herb Chong continued working on UltraRogue into 1986. Between 1992 and 1995, it was the first early roguelike to be modernized. That effort would grow into the beginning of the <a href="https://web.archive.org/web/20180418191859/http://rogue.rogueforge.net/">Roguelike Restoration Project</a>.</p>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
17 <p>The RRP regarded UltraRogue as under "semi-active" development "rather than a pure restoration" like its other games. A new version, with the number 1.0.7, was released in February 2005.</p>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
18 <p>The Roguelike Gallery began work on UltraRogue in 2017. Some bugs have been fixed, but there are a few remaining, and it is not yet available to play online.</p>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
19 <h2>More Information</h2>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
20 <ul>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
21 <li>The Roguelike Restoration Project's <a href="https://web.archive.org/web/20180417234625/http://rogue.rogueforge.net/ultrarogue-1-07/">information page</a></li>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
22 <li>A Roguelike Gallery <a href="/notes/urogue-versions.html">article</a> about UltraRogue's early history</li>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
23 </ul>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
24 </div>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
25 <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>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
26 </body>
fb292a0184d9 Add a page about UltraRogue.
John "Elwin" Edwards
parents:
diff changeset
27 </html>