

To build is score higher and higher.ĮXAMPLE 3: player rolls 444,662 Player holds and locks 444 then rolls the other 3 dice. if a player has EXAMPLE: 333155 this would consist of six dice locked and a valid six dice hand allowing the player to re roll all six dice.ĮXAMPLE 2 : player rolls 333,466 player then holds and locks 333 and re rolls the other dice and hits 666 this would enable to player to re roll all six dice because he has 2 sets of three. allowing the player to roll the six dice AGAIN rather then banking.Īny 1 or 5 or six dice score allows the player to roll again. The key to this game is achieve a six dice roll. upon locking lets say 3 dice, we need to run a check for highest hand possible for the held dice not the entire six dice. We need to lock the held dice and change its color to red. I hope i can explain this so you understand.
FARKLE FULL HOUSE CODE
i have a solution but since there's 270 lines of code now its becoming confusing. when in fact that's eliminating the users choice and users attempt to achieve a higher hand. The way you have it coded its checking for highest hand possible. ok so there is some issues with how the dice work compared to how the game is suppose to work. six of kind pays allot of points and with stars you can achieve some of the high pointed hands. It also changes the luck factor and allows people to get really good rolls. it will actually be very important at some point later in the game creation.įor instance like acquiring 25 stars in a single game would award bonus points. after the dice are very nicely scripted with no bugs then id like to attempt to add the star wild.

the main iteration is much more important and trust me the star wild gets really hairy and conflicts with the rest of the script layout. Leaving the star wild for last is way ok with me. and i want to say thanks your helping me get this dice iteration done and i just need these dice to work with no bugs so i can move on with my project. or 3 rolls to gain the best hand you can. I'm going do 3 chances to gain the best hand you can. and have its color changed from white to blue.or red or anything. Holding the dice will consist of clicking the actual dice. when the star hits the board it can be 1 or 2 or 3 or 4 or 5 or 6 like a wild dice. The star is a 7th dice and very complicated. its anytime 4 of any dice is the same and 2 of any dice is the same. So two sets of three and full house can be any numbers.
