annotate web/about/rogue4.html @ 91:d417016bbf73

Small website changes.
author John "Elwin" Edwards
date Mon, 27 Jan 2020 18:11:53 -0500
parents 6bd56ca54bfa
children 2ff839ce045e
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 V4</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 V4</h1>
91
d417016bbf73 Small website changes.
John "Elwin" Edwards
parents: 84
diff changeset
10 <div class="nav"><a href="/">RLGallery</a> -&gt; <a href="/about/">About</a> -&gt; Rogue V4</div>
8
7371f972393b Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
11 <div class="content">
84
6bd56ca54bfa Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents: 81
diff changeset
12 <p>This game is a version of UNIX Rogue 5.2.</p>
6bd56ca54bfa Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents: 81
diff changeset
13 <h2>History</h2>
6bd56ca54bfa Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents: 81
diff changeset
14 <p>Aftery the success of <a href="rogue3.html">Rogue 3.6</a>, Michael Toy, Ken Arnold, and Glenn Wichman further modified the game. Version 4 made some interface improvements and tweaked many numbers. In April 1982, version 5.2 was completed and distributed with BSD. It is called V4 because it has more in common with the previous 4.x releases than with the 5.x versions which followed it.</p>
6bd56ca54bfa Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents: 81
diff changeset
15 <p>The <a href="https://web.archive.org/web/20160516183453/http://rogue.rogueforge.net:80/rogue-5-2/">Roguelike Restoration Project</a> obtained a copy of the source code, probably from an FTP site that has since shut down. The game was updated for modern computers in 2005. The RRP called its latest build "5.2-1", and made a few source changes between then and the end of development in 2008.</p>
6bd56ca54bfa Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents: 81
diff changeset
16 <p>The Roguelike Gallery's version includes further bugfixes and compatibility improvements. Gameplay remains true to the original.</p>
6bd56ca54bfa Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents: 81
diff changeset
17 <h2>More Information</h2>
6bd56ca54bfa Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents: 81
diff changeset
18 <ul>
6bd56ca54bfa Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents: 81
diff changeset
19 <li><a href="https://web.archive.org/web/20160606060213/http://rogue.rogueforge.net:80/rogue-4-22/">Rogue 4.22</a>, a slightly earlier version</li>
6bd56ca54bfa Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents: 81
diff changeset
20 <li>The <a href="https://userpages.monmouth.com/~colonel/rvm.html">Vade-Mecum</a>, a guide to Rogue focusing on V4</li>
6bd56ca54bfa Add more information about the history of V3 and V4.
John "Elwin" Edwards
parents: 81
diff changeset
21 </ul>
8
7371f972393b Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
22 </div>
91
d417016bbf73 Small website changes.
John "Elwin" Edwards
parents: 84
diff changeset
23 <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
24 </body>
7371f972393b Import the /about web pages.
John "Elwin" Edwards <elwin@sdf.org>
parents:
diff changeset
25 </html>