Tagged Questions

2
votes
10answers
325 views

How can I teach a computer system how to play poker?

At first I have 5 cards by random, of course. Only one time I can change and also l have already taught [the program] the poker rules in my system. My problem is how can I choose " …
0
votes
4answers
72 views

Object representation of betting rounds at poker

Hi, I'm writing a HandConverter of a poker hand. This is my first project and I'm trying to do it right from the beginning. I got already the most parts, like lists of players, th …
1
vote
3answers
76 views

Does an open-source poker-related math library exist?

I would like to develop a poker odds application that can give the probability of various game situations. Since the application will be mostly statistical analysis, I figured I wo …
0
votes
1answer
102 views

Omaha Hi Hand Evaluator

Hi, currently im trying to port Keith Rule's Texas Holdem Hand Evaluator to Omaha Hi: Texas Holdem Evaluator and Analysis More Analysis Part1 More Analysis Part 2 After thinki …
1
vote
3answers
216 views

finished writing a poker hand evaluator looking for a new project

just finished writing a five card poker hand evaluator in C++. now im looking for a new project about the same level of difficulty. maybe a very simple DOS command parser?
4
votes
6answers
948 views

Building a Texas Hold’em playing AI..from scratch.

I'm interested in building a Texas Hold 'Em AI engine in Java. This is a long term project, one in which I plan to invest at least two years. I'm still at college, haven't build an …
2
votes
2answers
236 views

Where can I operate a PokerBot (and other games) legitimately?

Hi everyone. I'd like to build a PokerBot (and a few other games) for the intellectual challenge. However, I only want to do this in an ethical and legal way. So, I need a game se …
4
votes
7answers
508 views

Optimizing Lookups: Dictionary key lookups vs. Array index lookups

I'm writing a 7 card poker hand evaluator as one of my pet projects. While trying to optimize its speed (I like the challenge), I was shocked to find that the performance of Dictio …
5
votes
3answers
436 views

NP-Hard? Algorithmic complexity of online poker collusion detection?

What's the best way to describe the algorithmic complexity of collusion detection for a ten-million-player online poker site? Assume (I don't think these assumptions make much dif …
3
votes
4answers
246 views

Parsing in Ruby (on Rails)

I want to write a Rails app to assist me with my online Poker. I play on PokerStars, and there is text data available for each hand that is played. The format it comes in is this: …
0
votes
7answers
534 views

Need Help Determining Poker Hand (One Pair)

This is just part of the code, so never mind if you can't see the arrays or anything else. The idea is that I have 5 cards and I want to determine which ones are pairs. Does anyone …
4
votes
9answers
1k views

JAVA- Function to determine whether a poker hand is a straight?

Hello, for a homework assignment I was given a Card class that has enumerated types for the Rank and Suit. I am required to compare two pokerhands (each hand is an ArrayList of 5 c …
0
votes
4answers
488 views

Using RegEx to get Poker Hand score

I'm developing a poker game in C#. At the moment I'm trying to get the players hand score using RegEx. I search the string (composed of the cards suit and number) and look for suit …
4
votes
5answers
488 views

Design Pattern: Parsing similar, but differing schemas in text files.

Hi there, thanks in advance for your help. I am wondering if there is a (design) pattern that can be applied to this problem. I am looking to parse, process, and extract out va …
2
votes
4answers
727 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 …

1 2 next
15 30 50 per page