Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!zaphod.mps.ohio-state.edu!brutus.cs.uiuc.edu!ux1.cso.uiuc.edu!aries!mcdonald From: mcdonald@aries.scs.uiuc.edu (Doug McDonald) Newsgroups: comp.sources.wanted Subject: Adventure game Message-ID: <1990Aug3.181515.9240@ux1.cso.uiuc.edu> Date: 3 Aug 90 18:15:15 GMT Sender: usenet@ux1.cso.uiuc.edu (News) Reply-To: mcdonald@aries.scs.uiuc.edu (Doug McDonald) Organization: School of Chemical Sciences, Univ. of Illinois at Urbana-Champaign Lines: 21 Alpha (beta??) testers are wanted for my recent efforts on the 551 point adventure game. I am looking for folks with different computers than I have. I have tried this port on a VAX/VMS, a MIPS 120 (MIPS Unix), and an IBM-PC running the MicroWay Fortran compiler. I am particularly looking for folks with 680x0 boxes and Sun SPARC machines. If you have such a machine and would like to help, please send me e-mail with a description of you machine. Even odder machines are also welcome. The code is now mostly Fortran 77, but written in a really disgusting Fortran 66 style. It uses, as extensions, integer functions IOR, IAND, and IEOR, has a few INTEGER*4 declarations left in it (to help if somebody wants to do a 16 bit back-port --- on a 32 bit machine these can be changed to plain INTEGER), and, as a performance enhancement, reads characters 4 at a time into INTEGER*4 variables for the big text array (a Fortran 66 holdover). All Holleriths have been purged (I hope). Doug McDonald (mcdonald@aries.scs.uiuc.edu)