File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 22
33Rogue: Exploring the Dungeons of Doom version 5.4 - bug fixed ported to modern C and Unix-like systems
44
5- We call the version 5.4.5 in order to distinguish it from older, and likely more buggy, version 5.4.4 code.
5+ We call this version 5.4.5 in order to distinguish it from older, and likely more buggy, version 5.4.4 code.
66
7+ For details on the release/version run ` rogue -V ` or type the "** v** " command into the game.
8+
9+ ## Source Code Origin
10+
11+ ** IMPORTANT NOTE** : This code is reasonably close to the original rouge
12+ source that used to generate the Vax/pdp binary was distributed on the
13+ 4BSD tapes: the so called "Toy/Wichman/Arnold Vax binary" rogue game.
14+
15+ ** IMPORTANT NOTE** : This code is ** NOT** so-called "Public domain rogue"
16+ rouge game that distributions such as NetBSD imported from 386bsd.
17+ The "Public domain rogue" was a reverse engineering attempt of the
18+ Vax/pdp binary game found on 4BSD tapes. As such the "Public domain rogue"
19+ game play differs from the "Toy/Wichman/Arnold Vax binary" rogue game in
20+ a number of ways.
721
822## TL;DR - to install
923
You can’t perform that action at this time.
0 commit comments