Blackjack

Simulating Blackjack play and hands to test a rules-based approach for betting success. (Also uses a rules-based protocol for betting.)

[Example program output]

[Output of the protocol rules.]

The Code

bj.py
Application module.
bj_objects.py
Classes, Data, & Functions for simulating Blackjack.
bj_rulz.py
Codification of the Blackjack protocol (i.e. how to react to the cards).