Advertisement

AI Poker Contest

Started by January 07, 2005 07:49 PM
15 comments, last by GameDev.net 20 years, 1 month ago
That sounds great AP, only I am going to need to have one 'dealer' program with many players or bots. I'm not sure how I would send info from the dealer to the player back to the dealer to the next player, back to the dealer, etc. Could you use an example?

Thanks.

I simple C interface shouldbe up soon.

Dwiel
The lang i'm using (VB6, a RAD language makes short work of problems like this :)) dosn't have any handling of Input/output streams. Arguments yes, not streams. (Windose GUI only, but i'm probably not going to need to open a window [grin]).

Hence why i asked for my approach, it makes sure that i can play too :p
It'll compile into an activex dll, tho.

From,
Nice coder
Click here to patch the mozilla IDN exploit, or click Here then type in Network.enableidn and set its value to false. Restart the browser for the patches to work.
Advertisement
I will do both. First dll support, then I will get the piping to work. I didn't realize it was that easy.

Thanks for the info!

Although from what the article says, you can only open a file for reading OR writing, not both. would I need to open the file twice? That seems like it would invoke the program twice...

Sorry if I am missing something simple.

Will have a dll version available soon

Dwiel

This topic is closed to new replies.

Advertisement