WVU-CS230-2024-01-Group04 / Jackpot-Junction

0 stars 1 forks source link

"Dealer Points" not modified #3

Open Bluekmags opened 5 months ago

Bluekmags commented 5 months ago

In Blackjack.js, there are many loops. one has a condition for the Dealer's points, but the points are not modified. This means the loop will continue forever. This means that if the dealer needs to use that loop, he will keep drawing cards forever.

Kade McGlumphy

Bluekmags commented 5 months ago

Issue was fixed