bwang338 / Blackjack

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

Infinite while loop within play function #1

Closed leamur88 closed 2 years ago

leamur88 commented 2 years ago

Currently the while loop accessing the players inputs is an infinite loop. It will always ask users to keep inserting what they would like to do regardless of their input.

leamur88 commented 2 years ago

Fixed