RockyWearsAHat / blackjackGroupProject

0 stars 0 forks source link

Chip Counter #43

Open stever001 opened 7 months ago

stever001 commented 7 months ago

Chip counter is hard coded in HTML:

Chips: 5

Needs to show 100 chips at the start of a session, and increment/decrement based on wins and losses. Play for the session should stop if chips <= 0, and the new game button offered to refill the pot for the player.

stever001 commented 7 months ago

@RockyWearsAHat @landonkimber