jlechem / RetroGaming

A repository for old school retro C++ games
Apache License 2.0
2 stars 1 forks source link

Black Jack - Complete hand computation #1

Open jlechem opened 4 years ago

jlechem commented 4 years ago

In black jack we need to deal with aces (1 or 11) in hand computations.

CarltonBranch commented 4 years ago

Can you explain a little bit more about what it is you want here?

jlechem commented 4 years ago

Sorry for the delay! Thanks for asking, right now it's doing some very basic math to sum the totals. It needs to be able to computer the ace being 1 or 11 and handle the different possibilities.