JImmyWalker
JImmyWalker
  • Threads: 1
  • Posts: 5
Joined: Oct 20, 2018
Thanked by
smoothgrh
October 20th, 2018 at 11:35:44 AM permalink
This morning I took the time to view the two Wizard youtube videos on using excel to figure the strategy and ev for a S17 DAS LS split once game. I followed along, creating all of the same spreadsheets. I found this to be extremely rewarding and educational, and would like to thank the Wizard for taking the time to do this! While I know I am miles away from being able to figure out sidebets on my own or build the perfect play blackjack computer, this was a giant step for me!

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
JImmyWalker
JImmyWalker
  • Threads: 1
  • Posts: 5
Joined: Oct 20, 2018
October 21st, 2018 at 12:36:41 PM permalink
Well, seems I should get started learning one of the C based programming languages. A friend suggested C#.
Wizard
Administrator
Wizard
  • Threads: 1493
  • Posts: 26483
Joined: Oct 14, 2009
Thanked by
tringlomane
October 21st, 2018 at 7:52:44 PM permalink
You're welcome.

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.
"For with much wisdom comes much sorrow." -- Ecclesiastes 1:18 (NIV)
Romes
Romes
  • Threads: 29
  • Posts: 5602
Joined: Jul 22, 2014
Thanked by
tringlomane
October 21st, 2018 at 10:38:58 PM permalink
I'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?
Playing it correctly means you've already won.
miplet
miplet 
  • Threads: 5
  • Posts: 2111
Joined: Dec 1, 2009
October 22nd, 2018 at 4:31:00 AM permalink
Quote: Romes

I'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?

I think I have one somewhere. PM me if I don’t post it in 10 days.
“Man Babes” #AxelFabulous
Wizard
Administrator
Wizard
  • Threads: 1493
  • Posts: 26483
Joined: Oct 14, 2009
October 22nd, 2018 at 6:07:54 AM permalink
Quote: Romes

Does anyone have any kind of open source code of ANY casino games?



I have code for hundreds of them.
"For with much wisdom comes much sorrow." -- Ecclesiastes 1:18 (NIV)
JImmyWalker
JImmyWalker
  • Threads: 1
  • Posts: 5
Joined: Oct 20, 2018
October 22nd, 2018 at 6:14:13 AM permalink
Just 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!
Wizard
Administrator
Wizard
  • Threads: 1493
  • Posts: 26483
Joined: Oct 14, 2009
Thanked by
smoothgrhRomes
October 22nd, 2018 at 6:37:39 AM permalink
Quote: JImmyWalker

Just 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.
"For with much wisdom comes much sorrow." -- Ecclesiastes 1:18 (NIV)
JImmyWalker
JImmyWalker
  • Threads: 1
  • Posts: 5
Joined: Oct 20, 2018
October 22nd, 2018 at 4:39:45 PM permalink
That would be great! Thank you!
Romes
Romes
  • Threads: 29
  • Posts: 5602
Joined: Jul 22, 2014
October 22nd, 2018 at 4:43:51 PM permalink
Quote: miplet

I think I have one somewhere. PM me if I don’t post it in 10 days.

Noted and will do!

Quote: Wizard

I have code for hundreds of them.

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.
Playing it correctly means you've already won.
jopke
jopke
  • Threads: 5
  • Posts: 132
Joined: Aug 14, 2012
October 22nd, 2018 at 10:42:42 PM permalink
Quote: Romes

Noted 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.
JImmyWalker
JImmyWalker
  • Threads: 1
  • Posts: 5
Joined: Oct 20, 2018
November 3rd, 2018 at 7:57:54 AM permalink
I have decided to start my programming learning with python. Seems most are saying it is a good beginning language for newbies, and widely used. Hope to then compare and learn something in the C languages. Thanks to Captain Jack, Wizard, Romes and others who have been super helpful. Pretty fun to learn. Feels like "Legos for Adults", I can make anything I want!
  • Jump to: