92AM / blackjack

Simple game of blackjack using HTML, Bootstrap and core JavaScript.
https://92am.github.io/blackjack/
0 stars 0 forks source link

Dealer could be better at blackjack #2

Open Frezzle opened 5 years ago

Frezzle commented 5 years ago

A bit related to #1...

I'm not sure if the blackjack dealer always has to follow the same rules (e.g. they have to stop hitting if their score is 17 or more?); if they do then that could be implemented, otherwise just some other rules to give the dealer some skill :P

Example of a game where I had 13 and actually stuck with my hand, but the dealer (despite having the better hand at 20) hits anyway and loses:

Turn 1

1

Turn 2

2

92AM commented 5 years ago

This will be implemented soon 👍 thanks for the suggestion @Frezzle :-)