PDA

View Full Version : intelligence in cards game


benny74
05-11-2005, 06:20 AM
hi all, i'm working on a cards game called whist. it's a trick taken game for exactly 4 players and it's similar to bridge (also called mini bridge).
i read a lot of theory stuff and i like to start programming.
at the first stage i like to build the game in open mode meaning all cards are open and the computer can check other players hands and build the game tree.
can i get some help here please - i'm working in c++.

Ed Mack
05-11-2005, 10:33 AM
Help with what exactly? Please be specific :)

rranft
10-07-2005, 01:37 PM
Hmm, yeah. Are you trying to build a min/max tree? Probably a large data set, considering all of the possible combinations. I'm trying to solve something similar - with poker.