- Implement core game logic in BaccaratLogic.js including shoe management, hand evaluation, and betting resolution with standard rules (5% banker commission, 8-to-1 tie payout). - Create BaccaratGame.js Phaser scene with full UI: betting panel, chip selection, seat portraits, and animated card dealing. - Add BaccaratAI.js for opponent bet sizing and type selection (weighted toward Banker). - Introduce "Equation Ribbon" reveal sequence that walks through each card's value, sums them, and performs a mod-10 reduction with visual flair. - Register Baccarat in the server game registry and frontend scene dispatch. |
||
|---|---|---|
| .. | ||
| assets | ||
| data | ||
| src | ||
| android-chrome-192x192.png | ||
| android-chrome-512x512.png | ||
| apple-touch-icon.png | ||
| favicon-16x16.png | ||
| favicon-32x32.png | ||
| favicon.ico | ||
| index.html | ||
| styles.css | ||