<<< | Index | Software design and implementation >>> |
Program organization requires data and actions:
![]() |
shuffle | deal | bet | hit | stand | etc... actions |
card | · | · | · | · | · | |
suite | · | · | · | · | · | |
deck | × | · | · | · | · | |
bank | · | · | · | · | · | |
hand | · | × | · | · | · | |
score | · | · | · | · | · | |
dealer | · | · | · | · | × | |
player | · | · | × | × | × | |
etc... objects | · | · | · | · | · |
<<< | Index | Software design and implementation >>> |