ucsb-cs56-projects / cs56-games-blackjack

-
9 stars 12 forks source link

Add Game Statistics #14

Closed ericpalyan closed 8 years ago

ericpalyan commented 10 years ago

~depends #8 What is a game without keeping score? Enhance the game by keeping track of statistics such as each player's: wins, losses, money made/lost, etc. and displaying the updated stats at the end of each round.

~estimated 200

JaredBJensen commented 9 years ago

Done. The game now keeps track of a player's wins, losses, money won and money lost and displays these stats below their money.