view web/about/rogue3.html @ 91:d417016bbf73

Small website changes.
author John "Elwin" Edwards
date Mon, 27 Jan 2020 18:11:53 -0500
parents 6bd56ca54bfa
children 36d6787f7aed
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 V3</title>
<link rel="stylesheet" type="text/css" href="/main.css">
</head>

<body>
<h1>Rogue V3</h1>
<div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/about/">About</a> -&gt; Rogue V3</div>
<div class="content">
<p>This game is a version of UNIX Rogue 3.6.</p>
<h2>Development History</h2>
<p>The original Rogue was created about 1980 by Michael Toy and Glenn Wichman, who at that time were students at the University of California, Santa Cruz. Michael Toy later transferred to Berkeley and continued to develop Rogue along with Ken Arnold, creator of the curses library.</p>
<p>Rogue first ran under the <a href="https://en.wikipedia.org/wiki/Version_6_Unix">V6 Unix</a> operating system on the <a href="https://en.wikipedia.org/wiki/PDP-11">DEC PDP-11</a> minicomputer. Early in 1981, copies of Rogue began to be included in the <a href="https://en.wikipedia.org/wiki/History_of_the_Berkeley_Software_Distribution">2BSD</a> software collection, which brought it to a wide audience. Version 3.6 was released in April 1981 and became very popular in university computer labs.</p>
<p>Rogue 3.6 is the ancestor of Super-Rogue, Advanced Rogue, and the other early roguelikes. The original authors controlled access to Rogue's source code, mostly to make cheating harder. But sometime around June 1981, an unidentified outsider got hold of a copy. All the other games used this code as a starting point.</p>
<h2>Restoration</h2>
<p>Because of the copying incident, the Rogue 3.6 source code could be found in several places on the Internet. The <a href="https://web.archive.org/web/20160606055809/http://rogue.rogueforge.net:80/rogue-3-6/">Roguelike Restoration Project</a> ported the game to run on modern computer systems. The RRP worked from 2000 to 2006, releasing a version called 3.6.3 at the end.</p>
<p>The Roguelike Gallery's version is based on the RRP's Rogue 3.6.3. There have been some small modifications in order to work with the Gallery's multi-user environment. A few bugs have also been fixed.</p>
<h2>More Information</h2>
<ul>
<li><a href="https://web.archive.org/web/20070622153327/http://www.wichman.org/roguehistory.html">A Brief History of Rogue</a>, by Glenn Wichman</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>