Connecting Tech Pros Worldwide Forums | Help | Site Map

Question about how gambling software works

qalex1@gmail.com
Guest
 
Posts: n/a
#1: Jan 7 '07
I'm trying to understand how all these poker bots you see on the
internet work. Where does the bot pick up the information it needs
(what the cards are, opponent moves, etc)?

For example, if I want to write a poker bot to play on Party Poker's
software, it needs to somehow know what opponents are betting, it needs

to know what cards are put out by the Party Poker server, and it needs
to know who is raising and who is folding. None of this has anything
to do with card descriptions and random generators. Those are Party
Poker's concerns. I am also not interested in the internal logic it
uses to evaluate hands.

I just want to know how it is interacting with the
externally provided poker software. Presumably this requires knowing
something about how the external poker server is sending information to

your computer. Anyone know anything about this?


Jack Klein
Guest
 
Posts: n/a
#2: Jan 7 '07

re: Question about how gambling software works


On 7 Jan 2007 06:05:23 -0800, qalex1@gmail.com wrote in comp.lang.c++:
Quote:
I'm trying to understand how all these poker bots you see on the
internet work. Where does the bot pick up the information it needs
(what the cards are, opponent moves, etc)?
>
For example, if I want to write a poker bot to play on Party Poker's
software, it needs to somehow know what opponents are betting, it needs
>
to know what cards are put out by the Party Poker server, and it needs
to know who is raising and who is folding. None of this has anything
to do with card descriptions and random generators. Those are Party
Poker's concerns. I am also not interested in the internal logic it
uses to evaluate hands.
>
I just want to know how it is interacting with the
externally provided poker software. Presumably this requires knowing
something about how the external poker server is sending information to
>
your computer. Anyone know anything about this?
What is your question about the C++ language?

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://c-faq.com/
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.learn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
Old Wolf
Guest
 
Posts: n/a
#3: Jan 8 '07

re: Question about how gambling software works


qalex1@gmail.com wrote:
Quote:
I'm trying to understand how all these poker bots you see on the
internet work. Where does the bot pick up the information it needs
(what the cards are, opponent moves, etc)?
Post your question to the newsgroup "rec.gambling.poker" .

Closed Thread


Similar C / C++ bytes