• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

COPYINGH A D17-Oct-20151.3 KiB2822

MakefileH A D16-Mar-20171.1 KiB4831

NEWSH A D16-Mar-2017849 3121

READMEH A D15-Jun-20152.8 KiB6952

controlH A D15-Jun-2015675 2515

greed.6H A D16-Mar-20173.5 KiB11590

greed.cH A D16-Mar-201718.3 KiB686488

greed.xmlH A D16-Mar-20173.4 KiB11897

README

1			Welcome to greed
2
3This game is now maintained by Eric S. Raymond <esr@snark.thyrsus.com>.  Matt
4Day dropped out of sight and hasn't posted a new version or patch since 1990.
5You can surf to the latest version from
6
7	http://www.catb.org/~esr/
8
9The 3.1 version features better interrupt handling and the `p' suffix to
10GREEDOPTS.
11
12The 4.x versions change the scorefile format to allow longer usernames and
13include a timestamp.  If the shared scorefile isn't writable, scores are
14written and read from ~/greedscores.
15
16-------------------------------------------------------------------------------
17Welcome to Greed v3.0a!
18To install Greed, simply edit the Makefile to configure your system type, and
19run "make install".  It should compile the program and install it correctly.
20It does run set-uid, but there is no danger of security problems.
21
22New features to v3.0a:
23
24I certainly hope that no patches need to be made to this game. (Yeah, sure..)
25Although this might not validate a true version step from 2.1a to 3.0, I think
26the archives will be happier with a reset version.  On with the new features..
27
28With Microsoft C 5.1 and PCCurses, you can get Greed running on your PC.
29In fact, I'll bet a port to Turbo C 2.0 wouldn't be very hard at all, but I
30use Microsoft.  The whole port was done by Fred C. Smith, more info on him
31can be found at the top of greed.c.  All bug reports pertaining to the DOS
32port should be directed to the address of Fred specified in greed.c.
33
34Additions to v3.0a (game-wise):
35Replaced '-p' option with 'p' command, to allow toggling of the highlighting
36moves feature.  Pretty nice, I think.. thanks to Jim Prescott.
37
38Color curses, for users with color capabilities (color monitor & SVR3).
39See the top of greed.c for details.
40
41Couple of possible pointer problems fixed, thanks to David Connet for pointing
42them out.
43
44Who knows what else.. I didn't bother to write them down, but more than just
45this did get done.  Trust me!
46
47I do not take credit for inventing the game, I once saw it on an IBM,
48and wrote it for Unix in C.
49
50If anyone has a comment or problem, please mail them to mday@iconsys.uu.net.
51
52Here's the current high score file at Orem High School:
53Rank  Score  Name     Percentage
541     1542   stay     88.72%		/* Has _anyone_ beaten this? */
552     1504   ndes     86.54%
563     1504   dvar     86.54%
574     1501   stay     86.36%
585     1497   stay     86.13%
596     1490   skel     85.73%
607     1464   dvar     84.23%
618     1463   stay     84.18%
629     1463   stay     84.18%
6310    1460   stay     84.00%
64
65+----------------------------------------------+-------------------------+
66| Matthew T. Day, Icon International, Orem, UT | Xerox never comes up    |
67| ..!uunet!iconsys!mday (mday@iconsys.uu.net)  | with anything original. |
68+----------------------------------------------+-------------------------+
69