$ python3 chicago.py
Welcome to Chicago (aka Rotation)!
In this game, players take turns rolling two dice, in rounds.
Each round has a target score, from 2 to 12, consecutively.
Players only score in a round if their dice sum to the current
round's target score. Players add their scores across rounds,
and the player with the higher score at the end wins.
Enter player name: Kevin
--New round, target score: 2--
Press enter to start round.
Kevin rolled 1 and 4 (5)
Kevin didn't score on this round.
Computer rolled 4 and 5 (9)
Computer didn't score on this round.
Kevin's total is now 0.
Computer's total is now 0.
--New round, target score: 3--
Press enter to start round.
Kevin rolled 1 and 3 (4)
Kevin didn't score on this round.
Computer rolled 2 and 3 (5)
Computer didn't score on this round.
Kevin's total is now 0.
Computer's total is now 0.
--New round, target score: 4--
Press enter to start round.
Kevin rolled 4 and 4 (8)
Kevin didn't score on this round.
Computer rolled 4 and 6 (10)
Computer didn't score on this round.
Kevin's total is now 0.
Computer's total is now 0.
--New round, target score: 5--
Press enter to start round.
Kevin rolled 4 and 5 (9)
Kevin didn't score on this round.
Computer rolled 1 and 4 (5)
Computer scored 5!
Kevin's total is now 0.
Computer's total is now 5.
--New round, target score: 6--
Press enter to start round.
Kevin rolled 3 and 1 (4)
Kevin didn't score on this round.
Computer rolled 5 and 1 (6)
Computer scored 6!
Kevin's total is now 0.
Computer's total is now 11.
--New round, target score: 7--
Press enter to start round.
Kevin rolled 1 and 6 (7)
Kevin scored 7!
Computer rolled 4 and 4 (8)
Computer didn't score on this round.
Kevin's total is now 7.
Computer's total is now 11.
--New round, target score: 8--
Press enter to start round.
Kevin rolled 3 and 1 (4)
Kevin didn't score on this round.
Computer rolled 2 and 2 (4)
Computer didn't score on this round.
Kevin's total is now 7.
Computer's total is now 11.
--New round, target score: 9--
Press enter to start round.
Kevin rolled 1 and 3 (4)
Kevin didn't score on this round.
Computer rolled 4 and 3 (7)
Computer didn't score on this round.
Kevin's total is now 7.
Computer's total is now 11.
--New round, target score: 10--
Press enter to start round.
Kevin rolled 4 and 6 (10)
Kevin scored 10!
Computer rolled 5 and 3 (8)
Computer didn't score on this round.
Kevin's total is now 17.
Computer's total is now 11.
--New round, target score: 11--
Press enter to start round.
Kevin rolled 2 and 1 (3)
Kevin didn't score on this round.
Computer rolled 6 and 5 (11)
Computer scored 11!
Kevin's total is now 17.
Computer's total is now 22.
--New round, target score: 12--
Press enter to start round.
Kevin rolled 5 and 5 (10)
Kevin didn't score on this round.
Computer rolled 4 and 3 (7)
Computer didn't score on this round.
Kevin's total is now 17.
Computer's total is now 22.
--Final scores--
Kevin: 17
Computer: 22
Computer wins!
Play again? Yes or No: blah
Sorry, you must enter either Yes or No.
Play again? Yes or No: no
Sorry, you must enter either Yes or No.
Play again? Yes or No: Yes
--New round, target score: 2--
Press enter to start round.
Kevin rolled 1 and 4 (5)
Kevin didn't score on this round.
Computer rolled 2 and 6 (8)
Computer didn't score on this round.
Kevin's total is now 0.
Computer's total is now 0.
--New round, target score: 3--
Press enter to start round.
Kevin rolled 5 and 5 (10)
Kevin didn't score on this round.
Computer rolled 1 and 4 (5)
Computer didn't score on this round.
Kevin's total is now 0.
Computer's total is now 0.
--New round, target score: 4--
Press enter to start round.
Kevin rolled 1 and 6 (7)
Kevin didn't score on this round.
Computer rolled 3 and 3 (6)
Computer didn't score on this round.
Kevin's total is now 0.
Computer's total is now 0.
--New round, target score: 5--
Press enter to start round.
Kevin rolled 6 and 2 (8)
Kevin didn't score on this round.
Computer rolled 4 and 2 (6)
Computer didn't score on this round.
Kevin's total is now 0.
Computer's total is now 0.
--New round, target score: 6--
Press enter to start round.
Kevin rolled 2 and 5 (7)
Kevin didn't score on this round.
Computer rolled 2 and 3 (5)
Computer didn't score on this round.
Kevin's total is now 0.
Computer's total is now 0.
--New round, target score: 7--
Press enter to start round.
Kevin rolled 6 and 4 (10)
Kevin didn't score on this round.
Computer rolled 5 and 3 (8)
Computer didn't score on this round.
Kevin's total is now 0.
Computer's total is now 0.
--New round, target score: 8--
Press enter to start round.
Kevin rolled 2 and 2 (4)
Kevin didn't score on this round.
Computer rolled 3 and 1 (4)
Computer didn't score on this round.
Kevin's total is now 0.
Computer's total is now 0.
--New round, target score: 9--
Press enter to start round.
Kevin rolled 2 and 4 (6)
Kevin didn't score on this round.
Computer rolled 1 and 3 (4)
Computer didn't score on this round.
Kevin's total is now 0.
Computer's total is now 0.
--New round, target score: 10--
Press enter to start round.
Kevin rolled 2 and 1 (3)
Kevin didn't score on this round.
Computer rolled 6 and 2 (8)
Computer didn't score on this round.
Kevin's total is now 0.
Computer's total is now 0.
--New round, target score: 11--
Press enter to start round.
Kevin rolled 6 and 6 (12)
Kevin didn't score on this round.
Computer rolled 2 and 2 (4)
Computer didn't score on this round.
Kevin's total is now 0.
Computer's total is now 0.
--New round, target score: 12--
Press enter to start round.
Kevin rolled 3 and 1 (4)
Kevin didn't score on this round.
Computer rolled 4 and 4 (8)
Computer didn't score on this round.
Kevin's total is now 0.
Computer's total is now 0.
--Final scores--
Kevin: 0
Computer: 0
Tie game!
Play again? Yes or No: No
Bye, thanks for playing!