Jump to content

Pig the dice game: Difference between revisions

m
No edit summary
Line 1,412:
fmt.Printf(" Player %v now has a score of %v.\n\n", player, playerScores[player])
 
if playerScores[player] >= 10100 {
fmt.Printf(" Player %v wins!!!\n", player)
return
Cookies help us deliver our services. By using our services, you agree to our use of cookies.