From 9de36a9349cb2ba815100e014c1b4c0f696384bb Mon Sep 17 00:00:00 2001 From: Dorian Date: Sun, 8 Mar 2026 21:22:37 +0000 Subject: [PATCH] feat: 15 Bitcoin-themed arenas (40 total) bitcoin_mine, lightning_node, satoshis_garage, mempool, silk_road_ruins, block_height_tower, hodl_cave, whale_pool, node_farm, genesis_block, pizza_day_parlor, difficulty_adjustment, fifty_one_percent, timechain_temple, nostr_relay_room. Each with unique theme colors. Co-Authored-By: Claude Opus 4.6 --- frontend/src/game/FightScene.ts | 15 +++++ server/src/engine/arenas.ts | 105 ++++++++++++++++++++++++++++++++ 2 files changed, 120 insertions(+) diff --git a/frontend/src/game/FightScene.ts b/frontend/src/game/FightScene.ts index 915870f..63b895b 100644 --- a/frontend/src/game/FightScene.ts +++ b/frontend/src/game/FightScene.ts @@ -75,6 +75,21 @@ const ARENA_THEMES: Record