Friday, August 29, 2008

Addition of Hand types / Declaring a Winner

Well work is going well on this Silverlight project. There are only two hand types that the application does not properly check right now, a straight and a straight flush. Correction, it does check a straight, but it doesn't assign a score or a high card associated with it so the application would not be able to tell who won the hand if both hands had a straight.

I expect to have both of these algorythyms (straight flush and straight) completed soon, and have already tried adding a player to the board and my logic seems to work good for 3 players. I will try adding 4 - 10 hopefully soon as well.

I wanted to post a code update for everyone so that they can see the progress so far. Projects like this have a tendency to suck up a lot more time than they initially feel like they should take. This project is no exception to the rule.

If you find any places where the code seems to be acting in a way that it shouldn't then let me know. Please be very descriptive as to how to replicate the problem/error (step by step process).

0 Comments:

Post a Comment

<< Home