bwang338 / Blackjack

Just a fun project where we practice making blackjack using both front-end and back-end.
0 stars 1 forks source link

Add "Running Count" Feature #2

Open leamur88 opened 2 years ago

leamur88 commented 2 years ago

This should provide a running count of the game at hand. This feature should be toggleable through a flag, environment variable, or input passed into the program.