I would like to continue learning how to use excel to calculate games and will be searching this forum for other educational opportunities, but if anyone has some suggestions for resources, I would be grateful (and always willing to trade info).
Hope you all have a profitable weekend,
JImmy Walker
I wonder if it would be helpful to make some videos on how to analyze some casino games in C. Just to warn you, blackjack is a tough game to analyze with a finite number of decks. The re-splitting and dealer peeking for blackjack make it especially complicated. If you do the European no-peek rule and limit splitting to two hands, it wouldn't be too complicated.
Does anyone have any kind of open source code of ANY casino games?
I think I have one somewhere. PM me if I don’t post it in 10 days.Quote: RomesI'd personally, professionally, and mathematically love to see a programming analysis of pretty much any carnival game... it would save me a lot of time to review and modify =P, but I'd love to see the thought process of others as I tend to over-complicate things.
Does anyone have any kind of open source code of ANY casino games?
Quote: RomesDoes anyone have any kind of open source code of ANY casino games?
I have code for hundreds of them.
Quote: JImmyWalkerJust started my EDX weblearning for C#, so I'm a complete rookie, but yes I would definitely love to see a video like that Wizard!
Request noted. Perhaps I'll start with Three Card Poker, if nobody has a better idea. I'll probably break it into two, the first just doing the Pairplus and the second the base game.
Noted and will do!Quote: mipletI think I have one somewhere. PM me if I don’t post it in 10 days.
Wasn't sure if you were willing to 'open source' your code for the games or not. I'd love any and all of the different games you've coded. Are you referring to excel, or C/C#/C++/etc? I'd be mostly looking for your more traditional programming languages (any of the C's, .NET framework, java, etc).Quote: WizardI have code for hundreds of them.
Thanks to both of you guys for responding.
Quote: RomesNoted and will do!
Wasn't sure if you were willing to 'open source' your code for the games or not. I'd love any and all of the different games you've coded. Are you referring to excel, or C/C#/C++/etc? I'd be mostly looking for your more traditional programming languages (any of the C's, .NET framework, java, etc).
Thanks to both of you guys for responding.
If you dig around, I think Stephen How released some of his code. If you are interested in blackjack, including code that computes splits perfectly, Eric Farmer's code is excellent. It can do a full blackjack cycle in under 1 second. I recommend his blog to learn more about how it all works.
You can also find lots of open source poker evaluator code. Poker-eval, 2+2 evaluator, cactus kev's, etc.
Sorry I don't have time to find links.