test
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
```mermaid
|
||||
graph TD
|
||||
|
||||
A[Start: Compare Hands] --> B{Player BUST?};
|
||||
|
||||
B -- Yes --> L1[Result: Player LOSES (Chips - Bet)];
|
||||
@@ -25,5 +26,8 @@ G1 -- No --> H1{Player Value = Dealer Value?};
|
||||
H1 -- Yes --> T1;
|
||||
H1 -- No --> L1;
|
||||
|
||||
L1 & W1 & W2 & T1 --> Z[End: Chip Balances Updated]
|
||||
W1 --> Z[End: Chip Balances Updated];
|
||||
W2 --> Z;
|
||||
L1 --> Z;
|
||||
T1 --> Z;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user