This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*! Caribinoes — game.js (felt_theme + single top-left dock toggle + mobile friendliness) | |
| - Felt remains owned by felt_theme.js (we never set table bg here) | |
| - Single top-left ▲/▼ to toggle the dock | |
| - Chat & timer live in the dock; gear menu has Show Stats, Finish Shuffle (host), Kick Selected (host), Leave Table | |
| - User HUD in dock: avatar, country flag, badge count (users/{uid}) | |
| - Draft picks with host relay fallback; hand dock scrolls horizontally | |
| */ | |
| (function (global) { | |
| 'use strict'; | |
| console.log('Caribinoes game.js patch 2025-12-30D loaded'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /*! Caribinoes-game.js (felt_theme + single top-left dock toggle + mobile friendliness) | |
| - Felt remains owned by felt_theme.js (we never set table bg here) | |
| - Single top-left â–²/â–¼ to toggle the dock | |
| - Chat & timer live in the dock; gear menu has Show Stats, Finish Shuffle (host), Kick Selected (host), Leave Table | |
| - User HUD in dock: avatar, country flag, badge count (users/{uid}) | |
| - Draft picks with host relay fallback; hand dock scrolls horizontally | |
| */ | |
| (function (global) { | |
| 'use strict'; | |
| console.log('Caribinoes game.js patch 2025-12-30D loaded'); |