cunundrummer / BlackJack

For learning c++
0 stars 0 forks source link

Insurance bet problem!!! Must be fixed! #8

Closed cunundrummer closed 8 years ago

cunundrummer commented 8 years ago

Insurance bet can happen even when player does not have enough money available. ie. $500 || bet: $455 || total money: $45; offering insurance should not be an option! At the moment it is.

cunundrummer commented 8 years ago

Only happened for Game::getinsurancefromplayer. Updated method and things seem to calculate fine after many tests.