I'm trying to make a game that is very similar to the zombie dice game.
There are 12 dice. 6 green, 4 yellow, 2 red.
The green dice consist of 3 fish, 2 hooks, and 1 boot.
The yellow dice will consist of 2 fish, 2 hooks, and 2 boots.
The red Dice consists of 3 boots, 2 hooks, and 1 fish.
You take 3 random dice from the cup of 12.
You roll those 3 dice
The fish count as 1 point, the hooks count as rerolls, and the boots work like strikes do in baseball.
I figure to start off the code, I would ask how many players there are
(I cannot get my while statement to stop input of invalid numbers)
Then I figure player 1 has to roll, but I have no idea how to go about writing something that takes 3 dice out of the cup, rolls them, and then displays to user.