The game is cribbage, the code is in the studio site along with a playable version
I am concern that users are able to pick out a specific cut card to benefit their hand. Maybe I am paranoid, but I have seen some strange plays pay off big.
I don't think it can be the basics is the user chooses a card which just returns a number from 1 to 40
Then the code just does a PickCard
$this->cards->pickCards( N, 'deck');
I am concern that users are able to pick out a specific cut card to benefit their hand. Maybe I am paranoid, but I have seen some strange plays pay off big.
I don't think it can be the basics is the user chooses a card which just returns a number from 1 to 40
Then the code just does a PickCard
$this->cards->pickCards( N, 'deck');