Tagged Questions
6
votes
1answer
128 views
Detect loops in computer player in a cardgame
A while ago I created a small cardgame web app for fun. The player plays against the computer and mostly it works fine. Sometimes though the computer player gets into a loop, the point of the game is ...
5
votes
2answers
469 views
Structure/algorithm for solving game with overlapping cards
Consider a card game along the lines of Tower Solitaire, Tripeaks, or Fairway Solitaire: the table consists of some number of cards which are immediately available, each of which might be covering ...
3
votes
6answers
2k 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, patents, etc.
I know ...
2
votes
3answers
734 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 number of sets.
By ...