Mercurial > hg > early-roguelike
changeset 80:c8726c9fec82
Add a top-level README.txt.
author | John "Elwin" Edwards |
---|---|
date | Mon, 01 Jul 2013 07:58:55 -0700 |
parents | 34a87d84ea31 |
children | 0e212d46b68f |
files | README.txt |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.txt Mon Jul 01 07:58:55 2013 -0700 @@ -0,0 +1,12 @@ +This is the source for the Roguelike Gallery's versions of Rogue and other +early roguelike games. + +The code was obtained from the Roguelike Restoration Project +(rogue.rogueforge.net). Modifications have been made mainly for compatibility +with the dgamelaunch online play system. Some bugs have also been fixed, and +the build process slightly improved. The essential flavor of a codebase half +as old as stored-program computing machinery remains unchanged. + +See the individual games' subdirectories for their documentation. + +The games can be played via SSH or the Web at rlgallery.org.