Ok then I've sorted that. So I have a different one to do thats

more harder then anything I've had to do, it's like a console game. (Based on that Pass the Pigs game)
Program has to ask for a number of players, and based on that number play a 10 round game of Pass the Pigs. For example:
How many people would like to play? 2
Thank you. Let's starting playing Pass the Pigs
Round 1
--------
Player 1
--------
Pink Razorback ---> Razorback Current score this round = 5
Do you want to roll the pigs again (Y/n) n
Player 2
--------
Pink Dot ---> Pig Out! No score for this round
Current Scores after round 1
------------------------------
Player 1 = 5
Player 2 = 0
Round 2
--------
Player 1
--------
Leaning Jowler Pink ---> Leaning Jowler Current score this round = 15
Do you want to roll the pigs again (Y/n) n
Player 2
--------
Pink Pink ---> Sider Current score this round = 1
Do you want to roll the pigs again (Y/n) y
Razorback Pink ---> Razorback Current score this round = 6
Do you want to roll the pigs again (Y/n) y
Pink Razorback ---> Razorback Current score this round = 11
Do you want to roll the pigs again (Y/n) y
Dot Leaning Jowler ---> Leaning Jowler Current score this round = 26
Do you want to roll the pigs again (Y/n) n
Current Scores after round 2
------------------------------
Player 1 = 20
Player 2 = 26
======
There's different points awarded for the random moves:
Razorback = 5 points
Trooter = 5 points
Snouter = 10 points
Leaning Jouwler = 15 points
etc
I'm going to start work on this now to learn it, but any help you can give me would be great

.