Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
COPYRIGHT | H A D | 24-Mar-1995 | 1.1 KiB | 27 | 24 | |
Makefile | H A D | 07-Oct-2023 | 1.3 KiB | 55 | 37 | |
OWNER | H A D | 21-Oct-1994 | 91 | 7 | 6 | |
README | H A D | 24-Mar-1995 | 3.3 KiB | 85 | 60 | |
fight.c | H A D | 02-May-2021 | 35.1 KiB | 1,411 | 1,086 | |
gamesupport.c | H A D | 31-Aug-2009 | 13.6 KiB | 560 | 436 | |
interplayer.c | H A D | 31-Aug-2009 | 22.1 KiB | 899 | 707 | |
io.c | H A D | 31-Aug-2009 | 4.9 KiB | 258 | 192 | |
macros.h | H A D | 24-Apr-1995 | 684 | 21 | 14 | |
main.c | H A D | 27-Jun-2022 | 25.1 KiB | 1,069 | 797 | |
map.c | H A D | 24-Mar-1995 | 3.4 KiB | 163 | 134 | |
misc.c | H A D | 24-May-2022 | 26.1 KiB | 1,068 | 839 | |
monsters.asc | H A D | 21-Oct-1994 | 8 KiB | 101 | 100 | |
pathnames.h | H A D | 07-Aug-2003 | 2.1 KiB | 43 | 9 | |
phantasia.6 | H A D | 26-May-2009 | 26.9 KiB | 1,214 | 1,213 | |
phantdefs.h | H A D | 16-Sep-2001 | 6.1 KiB | 151 | 121 | |
phantglobs.c | H A D | 31-Aug-2009 | 3.6 KiB | 125 | 85 | |
phantglobs.h | H A D | 12-Aug-2009 | 3.6 KiB | 106 | 81 | |
phantstruct.h | H A D | 15-Feb-2005 | 3.9 KiB | 131 | 108 | |
setup.c | H A D | 02-May-2021 | 6.1 KiB | 278 | 154 |
README
1$NetBSD: README,v 1.2 1995/03/24 03:58:29 cgd Exp $ 2 3June 25, 1986 4 5 6This is a much modified version of Phantasia. It is intended to fix 7all reported bug fixes, enhance the game, and speed up the game. 8 9I have to thank Chris Robertson for many ideas which have made the game 10faster, and more user-friendly. Most of her changes/additions are 11incorporated in this latest versions, although perhaps not in the exact 12manner of her design. I left out a few items which were not in keeping 13with the spirit of the game. (For example, I didn't like the extra lives 14and the pausing of the game. I think it's too easy even WITHOUT that stuff.) 15 16CHANGES: 17 18 - Wormholes have been deleted (I never liked them anyway). 19 - The source code has been greatly enhanced for speed, size, readability, 20 and maintainability. 21 fight.c should no longer cause optimizers to run out of space. 22 - A few loopholes have been tightened to make the game more enjoyable. 23 (Except for those who are in the habit of exercising those loopholes.) 24 - Chris' map is enclosed. 25 - The "charac" file is not compatible with older versions of Phantasia 26 (3.3.1 and 3.3.1+). A 'convert' program is provided to convert your 27 old file to the new format. See Makefile for details. 28 - Movements can be made with HJKL for WSNE, respectively. 29 - Players may examine others while playing ('x') option. 30 - Monsters are now stored in a binary data base, to speed calling 31 monsters, and to ease formatting of monster listings. 32 - Taxes are collected on all gold and gems. 33 - Dead players can be resurrected by the 'wizard'. 34 - 'setup' is smarter, although not as smart as it should be. 35 - Players can change their names and passwords 36 37PORTABILTY: 38 39 I have tried to make this as non-machine/system specific as possible. 40 41 All identifiers are unique to 7 characters or less, dual case. 42 43 The code WILL NOT fit on a 16-bit machine without separate I/D. 44 45 Stdio MUST support fopen() with mode "r+". I think this is true 46 for all Version 7 and later. 47 48 'curses' library functions are required. 49 50 All problems/solutions with portability should be reported to me, 51 and fixes will be included in subsequent versions of this software. 52 53 54Please send me any bugs, (of which I am sure there are many), you may find, 55but PLEASE be specific. I cannot correct a bug which is described as: 56 57 "When I choose a character type, it blows up." 58 59 (What blows up? What exactly was printed at the terminal? 60 Which character type was chosen? Etc. . . ?) 61 62Also, please tell me which version of UN*X you are running, and upon 63which type of hardware. 64 65I will also do my best to help anyone with problems just trying to 66get the game running. Again, I need to know which version of UN*X 67and what type of CPU. Also, a copy of the output from 'make' 68would be extremely useful. 69 70Any and all ideas/suggestions/additions are more than welcome. If 71you feel strongly enough about it, write the change and send it to me, 72and I will do my best to incorporate it in the next version of Phantasia. 73Otherwise, I will give serious thought to adding it myself. 74 75Follow the directions in the Makefile CAREFULLY to set up the game. 76Read the comments at the beginning of 'main.c', if you haven't already. 77 78Enjoy. 79 80Ted Estes 81AT&T Information Systems 82Skokie, IL 60077 83 84...!ihnp4!ttrdc!ttrda!estes 85