Tagged Questions

1
vote
2answers
53 views

C# ASP.Net BlackJack/CardGames Reference

Hello. I want to build a card game in C# ASP.Net. Something like blackjack or solitaire. Has anyone any ideas on how to go about doing this or any references I could refer to? B …
1
vote
4answers
226 views

Is there a built in Playing Card library in .Net?

Is there some built in Card graphics library built into .Net/Windows? Is there any way to utilize the card graphics used by the various card games that come with Windows? They loo …
2
votes
3answers
240 views

Algorithm to find an optimum number of rummy-style sets?

I'm developing a card game that uses rummy-style sets of three cards. From a random selection of cards, I need the algorithm to pick out which cards would get me the highest numbe …
4
votes
6answers
326 views

Incomplete information card game

I would like to develop a trick taking card game. The game is between four players, one of which is a human and the other three hands are played by the computer. Where can I read …
2
votes
4answers
729 views

Scoring Poker Hands with Deuces Wild

I'm looking for code or a description of an algorithm for determining the score of a poker hand when deuces are wild. I'd like code that is not encumbered by license fees, GPL, pa …