annotate web/about/rogue5.html @ 94:2ff839ce045e

Web site: fix some typos and dead links.
author John "Elwin" Edwards
date Fri, 02 Apr 2021 22:59:18 -0400
parents 5a6c9804cbe7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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>Rogue V5</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>Rogue V5</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; Rogue V5</div>
8
7371f972393b Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
11 <div class="content">
93
5a6c9804cbe7 Expand the section on the history of Rogue V5.
John "Elwin" Edwards
parents: 91
diff changeset
12 <p>This game is a version of UNIX Rogue 5.4.</p>
5a6c9804cbe7 Expand the section on the history of Rogue V5.
John "Elwin" Edwards
parents: 91
diff changeset
13 <h2>History</h2>
5a6c9804cbe7 Expand the section on the history of Rogue V5.
John "Elwin" Edwards
parents: 91
diff changeset
14 <p>Early in 1983, Michael Toy, Ken Arnold, and Glenn Wichman released an updated Rogue with some major changes from <a href="rogue4.html">version 5.2</a>. Some game mechanics and items were adjusted. Monster names borrowed from <span style="font-style: italic">Dungeons &amp; Dragons</span> were replaced with original creations. Releases from this series are referred to as "V5", to distinguish them from the older V4 series.</p>
5a6c9804cbe7 Expand the section on the history of Rogue V5.
John "Elwin" Edwards
parents: 91
diff changeset
15 <p>The last V5 release, called Rogue 5.4, appeared in March 1985. The developers then worked on ports for DOS, Macintosh, Atari, and other consumer platforms of the era. These games were commercially distributed by Epyx, and they were all based on UNIX Rogue 5.4, though each had unique features.</p>
5a6c9804cbe7 Expand the section on the history of Rogue V5.
John "Elwin" Edwards
parents: 91
diff changeset
16 <p>In 1999, Ken Arnold located a copy of the 5.4 source code and uploaded it to SourceForge. The <a href="https://web.archive.org/web/20180418191859/http://rogue.rogueforge.net/">Roguelike Restoration Project</a> updated this version to run on modern systems, fixing several bugs in the process. The RRP worked on Rogue V5 from about 2005 to 2007, calling the last release 5.4.4, though further small fixes were added afterward.</p>
5a6c9804cbe7 Expand the section on the history of Rogue V5.
John "Elwin" Edwards
parents: 91
diff changeset
17 <p>The Roguelike Gallery began maintaining the game in 2010, and has fixed <a href="/notes/flytraps.html">some bugs</a> since then.</p>
5a6c9804cbe7 Expand the section on the history of Rogue V5.
John "Elwin" Edwards
parents: 91
diff changeset
18 <h2>More Information</h2>
5a6c9804cbe7 Expand the section on the history of Rogue V5.
John "Elwin" Edwards
parents: 91
diff changeset
19 <ul>
5a6c9804cbe7 Expand the section on the history of Rogue V5.
John "Elwin" Edwards
parents: 91
diff changeset
20 <li>The <a href="https://sourceforge.net/projects/rogue/">SourceForge project</a> created by Ken Arnold</li>
5a6c9804cbe7 Expand the section on the history of Rogue V5.
John "Elwin" Edwards
parents: 91
diff changeset
21 <li>The <a href="https://web.archive.org/web/20180418165120/http://rogue.rogueforge.net/rogue-5-4/">Roguelike Restoration Project's page</a> for Rogue 5.4</li>
5a6c9804cbe7 Expand the section on the history of Rogue V5.
John "Elwin" Edwards
parents: 91
diff changeset
22 </ul>
8
7371f972393b Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
23 </div>
91
d417016bbf73 Small website changes.
John "Elwin" Edwards
parents: 81
diff changeset
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>