diff --git a/README.md b/README.md index e69de29..3677cf7 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,5 @@ +Rogue -- Gold and Glory + +A modification of NetBSD rogue that ranks players by both gold and experience. + +? Fix bug that's adding extra space before cause of death in score file diff --git a/pathnames.h b/pathnames.h index d6e91a5..08b3044 100644 --- a/pathnames.h +++ b/pathnames.h @@ -31,5 +31,5 @@ * @(#)pathnames.h 8.1 (Berkeley) 5/31/93 */ -#define _PATH_SCOREFILE "/var/games/rogue.scores" -#define _PATH_SCREENDUMP "rogue.screen" +#define _PATH_SCOREFILE "/sys/sdf/var/roguegg.scores" +#define _PATH_SCREENDUMP "roguegg.screen"