Black Jack Readme file

Chris Edwards
cxe162@psu.edu

Files needed: BJRUN.82P BJBOX.82P BJSUIT.82P BJSHUFL.82P

Run BJRUN to play the game.


	I used a deck of 52 cards in this game, in a list.  Each
element of the list is a number, 100S + N, where N is a suit 1-4
and N is a number from 1 to 13.  The deck is shuffled by switching
around the numbers in the list.  Some of the shuffling methods are
not very good alone, so sometimes the deck is in a strange order
the first time it is used.  I could have fixed this problem, but
I was too lazy.
	Originally, the four options were going to be stick, hit,
split, and quit.  I saved split for the end, however, and discovered
it could not be easily added to my program.  I dropped it and put
in knit, which has no real purpose.  Try it to see what it does.
	You can bet negative money, but that would spoil the fun,
wouldn't it?  I shouldn't have even mentioned it, because now I
know you'll do it.