Mercurial > hg > rlgallery-misc
comparison 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 |
comparison
equal
deleted
inserted
replaced
96:1555628aedd3 | 97:fb292a0184d9 |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
2 <html> | |
3 <head> | |
4 <title>UltraRogue</title> | |
5 <link rel="stylesheet" type="text/css" href="/main.css"> | |
6 </head> | |
7 | |
8 <body> | |
9 <h1>UltraRogue</h1> | |
10 <div class="nav"><a href="/">RLGallery</a> -> <a href="/about/">About</a> -> UltraRogue</div> | |
11 <div class="content"> | |
12 <p>This game is a version of UltraRogue 1.0.7.</p> | |
13 <h2>History</h2> | |
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> | |
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> | |
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> | |
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> | |
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> | |
19 <h2>More Information</h2> | |
20 <ul> | |
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> | |
22 <li>A Roguelike Gallery <a href="/notes/urogue-versions.html">article</a> about UltraRogue's early history</li> | |
23 </ul> | |
24 </div> | |
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> | |
26 </body> | |
27 </html> |