annotate web/about/xrogue.html @ 100:44e8aaa20d02 default tip

Fix the format of archive links.
author John "Elwin" Edwards
date Wed, 03 Aug 2022 20:49:38 -0400
parents 1555628aedd3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
63
ad103f9f2e3a Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
diff changeset
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
ad103f9f2e3a Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
diff changeset
2 <html>
ad103f9f2e3a Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
diff changeset
3 <head>
ad103f9f2e3a Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
diff changeset
4 <title>XRogue</title>
ad103f9f2e3a Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
diff changeset
5 <link rel="stylesheet" type="text/css" href="/main.css">
ad103f9f2e3a Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
diff changeset
6 </head>
ad103f9f2e3a Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
diff changeset
7
ad103f9f2e3a Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
diff changeset
8 <body>
ad103f9f2e3a Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
diff changeset
9 <h1>XRogue</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; XRogue</div>
63
ad103f9f2e3a Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
diff changeset
11 <div class="content">
96
1555628aedd3 Expand the history pages for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents: 94
diff changeset
12 <p>This game is a version of XRogue 8.0.</p>
1555628aedd3 Expand the history pages for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents: 94
diff changeset
13 <h2>History</h2>
1555628aedd3 Expand the history pages for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents: 94
diff changeset
14 <p>XRogue is a further development of <a href="arogue7.html">Advanced Rogue 7</a>, created by Robert Pietkivitch. He completed this version, numbered 8.0, in 1991 or 1992. Compared to its predecessor, it features interface improvements and small adjustments to the game's balance.</p>
1555628aedd3 Expand the history pages for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents: 94
diff changeset
15 <p>Robert Pietkivitch provided the XRogue source code to the <a href="https://web.archive.org/web/20180418191859/http://rogue.rogueforge.net/">Roguelike Restoration Project</a> and helped with the restoration work. Sadly, he was killed in a car accident on December 3, 2002, leaving an unfinished set of changes.</p>
1555628aedd3 Expand the history pages for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents: 94
diff changeset
16 <p>The Roguelike Restoration Project continued working on XRogue until 2005, when an update numbered 8.0.3 was released.</p>
1555628aedd3 Expand the history pages for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents: 94
diff changeset
17 <p>The Roguelike Gallery began maintaining XRogue in 2015, fixing some bugs related to command repetition and saved games.</p>
1555628aedd3 Expand the history pages for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents: 94
diff changeset
18 <h2>More Information</h2>
1555628aedd3 Expand the history pages for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents: 94
diff changeset
19 <ul>
1555628aedd3 Expand the history pages for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents: 94
diff changeset
20 <li>The Roguelike Restoration Project's <a href="https://web.archive.org/web/20180418165125/http://rogue.rogueforge.net/xrogue-8-0/">information page</a></li>
1555628aedd3 Expand the history pages for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents: 94
diff changeset
21 <li>A <a href="https://web.archive.org/web/20160603060001/http://rogue.rogueforge.net/xrogue-8-0/dod80/">guide to playing</a></li>
1555628aedd3 Expand the history pages for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents: 94
diff changeset
22 <li>An <a href="http://www.gamesetwatch.com/2009/03/column_play_xrogue_has_not_yet_ceased.php">@Play article</a> on XRogue</li>
1555628aedd3 Expand the history pages for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents: 94
diff changeset
23 </ul>
63
ad103f9f2e3a Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
diff changeset
24 </div>
91
d417016bbf73 Small website changes.
John "Elwin" Edwards
parents: 81
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>
63
ad103f9f2e3a Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
diff changeset
26 </body>
ad103f9f2e3a Add support for Advanced Rogue 7 and XRogue.
John "Elwin" Edwards
parents:
diff changeset
27 </html>