comparison web/about/rogue3.html @ 84:6bd56ca54bfa

Add more information about the history of V3 and V4.
author John "Elwin" Edwards
date Sun, 15 Apr 2018 21:46:57 -0400
parents 2cca66b3e262
children d417016bbf73
comparison
equal deleted inserted replaced
83:7ff6a58ad861 84:6bd56ca54bfa
7 7
8 <body> 8 <body>
9 <h1>Rogue V3</h1> 9 <h1>Rogue V3</h1>
10 <div class="nav"><a href="/">rlgallery.org</a> -&gt; <a href="/about/">About</a> -&gt; Rogue V3</div> 10 <div class="nav"><a href="/">rlgallery.org</a> -&gt; <a href="/about/">About</a> -&gt; Rogue V3</div>
11 <div class="content"> 11 <div class="content">
12 <p>This game is a version of Rogue 3.6. It was originally written by Michael Toy, Ken Arnold, and Glenn Wichman, released in June 1981, 12 <p>This game is a version of UNIX Rogue 3.6.</p>
13 and distributed with BSD. This was the first widely-played version of Rogue.</p> 13 <h2>Development History</h2>
14 <p>The <a href="http://rogue.rogueforge.net/">Roguelike Restoration Project</a> updated Rogue 3.6 to run on modern systems.</p> 14 <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>
15 <p>The Roguelike Gallery's version has been further modified to work with dgamelaunch and to log the results of all games.</p> 15 <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>
16 <p>The <a href="/files/roguelike-r109-src.tgz">source code</a> can be downloaded.</p> 16 <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>
17 <h2>Restoration</h2>
18 <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>
19 <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>
20 <h2>More Information</h2>
21 <ul>
22 <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>
23 </ul>
17 </div> 24 </div>
18 <div class="foot"><a href="/">rlgallery.org</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> 25 <div class="foot"><a href="/">rlgallery.org</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>
19 </body> 26 </body>
20 </html> 27 </html>