Early Roguelike Collection
Find a file
John "Elwin" Edwards 36769ea3e4 Add config.h to the list of headers in the Makefiles.
Some .o files need to be rebuilt if config.h changes.  Adding it to the
list of headers may still fail to solve the problem, because some of
the Makefiles use implicit rules or do not list dependencies properly.
2013-09-03 14:14:48 -07:00
arogue5 Add config.h to the list of headers in the Makefiles. 2013-09-03 14:14:48 -07:00
rogue3 Make sure file_name contains '/' between SAVEDIR and the file name. 2013-08-27 22:25:40 -07:00
rogue4 Add config.h to the list of headers in the Makefiles. 2013-09-03 14:14:48 -07:00
rogue5 Add config.h to the list of headers in the Makefiles. 2013-09-03 14:14:48 -07:00
srogue Add config.h to the list of headers in the Makefiles. 2013-09-03 14:14:48 -07:00
README.txt Add a top-level README.txt. 2013-07-01 07:58:55 -07:00

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.