I worked on the form, and that's what I got. Could you look at my form and tell me what you think?
I also added, images of the cards.
Vulpes you said I have to start designing hands , etc.
This is all the rules
http://www.casinofyi.com/let-em-ride/rules/
Old thread:
http://www.c-sharpcorner.com/Forums/Thread/161334/project-2phase-planning.aspx
Loading
Prime bPosted Feb 15, 2012, 9:10 PM
This is my hand methods!
public void PayOutMoney()
{
switch (player.DetermineHandByType())
{
case HandType.NOTHING :
//pay the dealer
break;
case HandType.TENS_OR_BETTER :
//pay the player 1 to 1
break;
case HandType.TWO_OF_A_KIND :
break;
case HandType.THREE_OF_A_KIND :
break;
case HandType.STRAIGHT :
break;
case HandType.FLUSH :
break;
case HandType.FULL_HOUSE :
break;
case HandType.FOUR_OF_A_KIND :
break;
case HandType.STRAIGHT_FLUSH:
break;
case HandType.ROYAL_FLUSH :
break;
Sam HobbsPosted Feb 15, 2012, 3:00 PM
I have completed editing for the day but I have other things to do today. I will at least look at Prime B's code.
Mahesh ChandPosted Feb 15, 2012, 1:26 PM
Prime bPosted Feb 15, 2012, 1:13 PM
Prime bPosted Feb 15, 2012, 1:02 PM
Sam HobbsPosted Feb 15, 2012, 12:49 PM
Oh, now I realize that you have some source code that you want someone to look at. I will try to look at it later, at least if no one else does.
Prime bPosted Feb 15, 2012, 12:36 PM
Sam HobbsPosted Feb 15, 2012, 11:01 AM
Vulpes and I are different. I prefer to get more clarification of a problem before proceeding to try to help. I try to encourage and support that and I try to get members to do as much as they can. Vulpes has told you that you need to do some desing but I tend to be more clear about things like that. I seem to be the only one that will state clearly that members need to do the work that they need to do and I end up looking like I am being rude or something like that.
You, Csharp Ninja and Karthik Agarwal have all become accustomed to getting a lot from Vulpes without saying much. That is highly unusual; you will not find anyone else that will do as much as Vulpes will do. Or perhaps I should say has done, since now that he is on top he might be doing less.