Advertisement

Framework for a Poker AI

Started by November 24, 2010 06:11 PM
1 comment, last by kaza98 14 years ago
Hey guys,

just wondering if anyone can give me a bit of advice. I'm at university and I'm wanting to make my own poker AI for my dissertation. However, I don't want to spend a lot of time making a framework, just to display cards and randomly deal them, when I want to concentrate on the AI. Does anyone know where I could find a framework for this? Preferably in C/C#/C++. Or am I totally better starting from fresh?

Thanks peoples.
Displaying shouldn't be hard. A fast hand evaluator for C# http://www.codeproject.com/KB/game/pokerhandevaldoc.aspx.

Also.

http://www.codingthewheel.com/archives/poker-hand-evaluator-roundup
Advertisement
Thanks man,

Yeah, It's not difficult, just a pain in the ass to get started. lol.

This topic is closed to new replies.

Advertisement