Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 (Tek) 9/28/84 based on 9/17/84; site zeus.UUCP Path: utzoo!watmath!clyde!burl!ulysses!bellcore!decvax!tektronix!teklds!zeus!tims From: tims@zeus.UUCP (Tim Stoehr) Newsgroups: net.sources.games Subject: rogue 5.3 clone source Message-ID: <338@zeus.UUCP> Date: Wed, 19-Feb-86 13:32:43 EST Article-I.D.: zeus.338 Posted: Wed Feb 19 13:32:43 1986 Date-Received: Fri, 21-Feb-86 07:37:33 EST Distribution: net Organization: Tektronix, Beaverton OR Lines: 30 I have a rogue 5.3 look-alike that I wrote. It works exactly like rogue 5.3 with a few major exceptions; no traps, hidden doors, hidden passages, or saved games. I wrote it on a 4.2bsd machine. Is anyone interested in me posting this or sending them a copy? The source code long listing follows: -rw-r--r-- 1 tims 1475 Oct 31 11:12 door_course.c -rw-r--r-- 1 tims 6216 Oct 31 11:12 hit.c -rw-r--r-- 1 tims 3102 Oct 31 11:12 init.c -rw-r--r-- 1 tims 6327 Oct 31 11:12 inventory.c -rw-r--r-- 1 tims 13838 Feb 12 16:33 level.c -rw-r--r-- 1 tims 168 Oct 31 11:12 macros.h -rw-r--r-- 1 tims 301 Oct 31 11:12 main.c -rw-r--r-- 1 tims 1541 Oct 31 11:12 message.c -rw-r--r-- 1 tims 14487 Oct 31 11:12 monster.c -rw-r--r-- 1 tims 603 Oct 31 11:12 monster.h -rw-r--r-- 1 tims 7705 Oct 31 11:12 move.c -rw-r--r-- 1 tims 399 Oct 31 11:12 move.h -rw-r--r-- 1 tims 11543 Feb 18 14:31 object.c -rw-r--r-- 1 tims 3872 Oct 31 11:12 object.h -rw-r--r-- 1 tims 6886 Oct 31 11:13 pack.c -rw-r--r-- 1 tims 2203 Oct 31 11:13 play.c -rw-r--r-- 1 tims 234 Oct 31 11:13 random.c -rw-r--r-- 1 tims 3540 Oct 31 11:13 room.c -rw-r--r-- 1 tims 207 Jan 28 14:03 room.h -rw-r--r-- 1 tims 6629 Jan 28 14:03 score.c -rw-r--r-- 1 tims 8808 Oct 31 11:13 special_hit.c -rw-r--r-- 1 tims 4507 Oct 31 11:13 throw.c -rw-r--r-- 1 tims 9662 Feb 18 14:31 use.c -rw-r--r-- 1 tims 3429 Oct 31 11:13 zap.c