Open Side Menu Go to the Top
Register
Mix game basic software Mix game basic software

09-03-2020 , 01:04 PM
I'm looking for basic software to test starting hands. Ideally all the draw variants including new games like drawmaha. Not looking for betting action or decision making. Simply monte carlo of say 1,000,000 starting hands played to completion, no betting.

If it doesn't exist how do I learn to create it myself?
Mix game basic software Quote
09-06-2020 , 11:20 PM
From a programming perspective it's not that hard - you code in the rules of the game (enough that it can deal cards and judge who won). And then you code in random hand(s) generation, and count the results. You can do it in any programming language.

Of course that's for flop games. For draw games you have to either create AI to select reasonable draws, or consider all legal draws. And you have to tot up the results taking draw choices into account. Sometimes a poor draw choice will give the best result on that hand, so averaging over successful draws will be problematic.
Mix game basic software Quote
09-16-2020 , 10:41 AM
Have you done a search on this forum? Over the years, people have posted links to sites and software. If you you don't find drawmaha software, search for dramaha or sviten. It's out there.
Mix game basic software Quote
09-18-2020 , 01:17 AM
Could not find anything, please provide link
Mix game basic software Quote
09-18-2020 , 01:31 PM
Start with these. Also, if you read the responses in this forum it may be evident that some of the posters have written solver software, and often if you express an interest in a PM they are willing to help you. jmo, mack.

https://forumserver.twoplustwo.com/s...39&postcount=5

https://forumserver.twoplustwo.com/2...9/#post4114106

https://forumserver.twoplustwo.com/2.../#post42562736

https://forumserver.twoplustwo.com/2.../#post46798962

https://forumserver.twoplustwo.com/1...phase-1528690/
Mix game basic software Quote
09-19-2020 , 06:54 AM
Thanks so much, very helpful
Mix game basic software Quote
10-06-2020 , 08:54 AM
Hi,
EluciusFTW here, author of the DeuceSevenCrunsher mentioned in the links.
Unfortunately the DeuceSevenCrunsher is not online anymore (for a couple of years already) as the hosting started to cost me some.

Anyway, I have started rewriting it in a much better way a while now, and it will still take a year or so (since I work full-time as a software developer and don't have sooo mcuh energy programming on my free time) to complete, but it will be back!

Probably gonna open-source it once I'm not ashamed of the code-base anymore :P

Cheers,
EluciusFTW.
Mix game basic software Quote

      
m