rrwoods
Well-Known Member
I decided I'd get some more personal programming experience, and what better way to do it then to write a Blackjack trainer. I've got all sorts of big dreams for what I'd like it to do... we'll see how far it goes.
It's written in C# and runs on .NET Framework 3.5 (sorry Linux and Mac users, that means Windows only). Right now I've got the basic game implemented and a couple of very simple player options that reduce necessary clicks (like "never insure"
).
The next thing I'd like to add is custom rulesets. Currently the rules are hardcoded. I know I'd like to implement the following options:
DAS/no DAS
S17/H17
SD/DD/4D/etc
split up to 2/3/4 <- how many casinos allow more than 4 hands?
allow/disallow resplit aces
allow/disallow hit to split aces
double any total/9,10,11/10,11
Blackjack pays 3:2/6:5/even money <- ugh
Are there any other rules I should be aware of that people using a training program would want to see?
Thanks in advance for your input! I'm a long time Blackjack enthusiast... but unfortunately I've only ever gotten to actually play once. So I've done a lot of studying and not a lot of playing. Hopefully having software handy where I can quickly train my mind will get me ready to actually get out there and have some fun
It's written in C# and runs on .NET Framework 3.5 (sorry Linux and Mac users, that means Windows only). Right now I've got the basic game implemented and a couple of very simple player options that reduce necessary clicks (like "never insure"
The next thing I'd like to add is custom rulesets. Currently the rules are hardcoded. I know I'd like to implement the following options:
DAS/no DAS
S17/H17
SD/DD/4D/etc
split up to 2/3/4 <- how many casinos allow more than 4 hands?
allow/disallow resplit aces
allow/disallow hit to split aces
double any total/9,10,11/10,11
Blackjack pays 3:2/6:5/even money <- ugh
Are there any other rules I should be aware of that people using a training program would want to see?
Thanks in advance for your input! I'm a long time Blackjack enthusiast... but unfortunately I've only ever gotten to actually play once. So I've done a lot of studying and not a lot of playing. Hopefully having software handy where I can quickly train my mind will get me ready to actually get out there and have some fun