Skip to content

Instantly share code, notes, and snippets.

View emacmultimedia's full-sized avatar

emacmultimedia

  • Joined Apr 21, 2026
View GitHub Profile
/*! 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');
/*! 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');