OK. Rules, huh?? Well game play can be tricky since I want 1 player vs. 3 computer opponents. There are 4 points in each round of play. The high trump, the low trump, the jack of trump and any game points (game points are a=4, k=3,q=2,j=1, 10=10). Each player is dealt 6 cards then bids 2-4. (A 2 bid could be high low, or high jack, or low game . . .) Highest bidder leads trump. you must follow suit unless you can trump in. Play till 11 points.
Those are the basics of the rules, but game play can get more involved when using strategies.
Question, How would I use cards.dll in my program??
Main Topics
Browse All Topics





by: SagePosted on 2000-04-18 at 15:21:55ID: 2728715
I am working on the first Pedro game right now. You can use the Cards.Dll for windows to create the cards and keep track of them numerically. The cards are represented from 1-54 for the first deck and 54 - 106 for the second deck. The logic shouldn't be two difficult after you know what the number of the cards should be. If you explain the game for me, I can help right the code for you.