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

..03-May-2022-

Bitmaps.hH A D03-May-2022328 KiB6,6016,560

Card.cppH A D03-May-20222.4 KiB9965

Card.hH A D03-May-20222.2 KiB8944

CaribbeanStud.cppH A D03-May-20221.6 KiB5627

CaribbeanStud.resH A D30-Jan-19975.7 KiB149129

Dealer.cppH A D03-May-20223.8 KiB168126

Dealer.hH A D03-May-20223.3 KiB14698

Deck.cppH A D03-May-20223.3 KiB12689

Deck.hH A D31-Jan-19971.9 KiB7137

Hands.cppH A D03-May-20225.8 KiB258197

Hands.hH A D31-Jan-19972.9 KiB11372

ImakefileH A D31-Jan-19973 KiB11090

MakefileH A D31-Jan-199716.8 KiB516368

Player.cppH A D03-May-20223.6 KiB176115

Player.hH A D03-May-20222.4 KiB8547

READMEH A D06-Feb-1997889 3326

Seat.cppH A D03-May-202210.7 KiB403284

Seat.hH A D03-May-20224.3 KiB170114

Table.cppH A D03-May-202229.6 KiB910772

Table.hH A D31-Jan-19974.3 KiB147105

XmakefileH A D03-May-20222.7 KiB149123

README

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