view 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
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>Rogue V5</title>
<link rel="stylesheet" type="text/css" href="/main.css">
</head>

<body>
<h1>Rogue V5</h1>
<div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/about/">About</a> -&gt; Rogue V5</div>
<div class="content">
<p>This game is a version of UNIX Rogue 5.4.</p>
<h2>History</h2>
<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>
<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>
<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>
<p>The Roguelike Gallery began maintaining the game in 2010, and has fixed <a href="/notes/flytraps.html">some bugs</a> since then.</p>
<h2>More Information</h2>
<ul>
<li>The <a href="https://sourceforge.net/projects/rogue/">SourceForge project</a> created by Ken Arnold</li>
<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>
</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>