- #1
RayDonaldPratt
- 9
- 9
- Homework Statement
- Work at Home, But Not Homework: Decades ago I read a book about card counting in blackjack, and the author had created a game called 'greyjack' for training purposes where the highest hand was 11, aces counted as 1 or 6, and number 5 cards were the highest number of card. I thought it was one of Ken Uston's books, but I cannot find 'greyjack' as a simpler model game of blackjack by searching through google.
I want to create a javascript program that logically iterates through every possible shuffle and starts card play at each and every possible beginning card in a given shuffle and does it all again for increasing numbers of players, and then tallies the results for every possible hand play. I want the progressive algorithm for shuffling to be human understandable.
My first question is whether I should add one or more face cards as 'fives.' I want greyjack to have a similar ratio of high and low cards as in a regular blackjack game. My guess is that each suit should only have a five and a jack. Has anyone read about 'greyjack'?
- Relevant Equations
- 0
See above.