1Caribbean Stud is a X11/MOTIF based gambling game. This application has been
2developed and tested only under Solaris 2.5.
3
4To build and run:
51)	vi Imakefile
6	  <identify non-standard install targets, if any>
7	xmkmf
8	make Install
9Or
10   if you don't have imake, or it doesn't work
11   vi Xmakefile
12     <identify non-standard install targets, if any>
13   make -f Xmakefile
142)
15	xrdb -merge CaribbeanStud.res
16	CaribbeanStud
17
18
19OPTIONS: ( All can be changed in CaribbeanStud.res )
20   Default bankroll              200
21   Table minimum                 10
22   Number of Players             2       (1-6)
23   Current Jackpot               34000000
24   Minimum Jackpot               3000000
25
26
27The class.ps is the class diagram of this game.
28
29Please direct comments, suggestions, and patches to:
30--------------------- ---------------------------------------------
31Qun  Zhang
32qzhang@oucsace.cs.ohiou.edu
33