Merged
Conversation
- Add second BGM style "upbeat" with bright C→G→Am→F→D→A→Bm→G progression, faster tempo (2s chords), arpeggio, and brighter timbre - Keep original "serene" style (Cmaj7→Am7→Fmaj7→G7) as default - Add dropdown selector in Sound settings to switch between styles - Refactor startBgMusic() to be data-driven via BGM_STYLES config - Persist style choice in localStorage (game4096_bgmStyle) - Add i18n translations for style names in all 12 languages https://claude.ai/code/session_01NmQy2jF4K9uxBzuzBa4kNG
Implement two power-up items to add strategic depth: - Demolish (💣): Remove any tile from the board. Earned every 3000 score points, max 3 held. Core rescue tool for late-game board congestion. - Swap (🔄): Exchange positions of any two tiles. 2 given at game start, not earned during play. Highest-strategy item for fixing bad tile placements. Features: - Power-up bar with icon buttons, count badges, and hint text - Tile selection mode with visual feedback (pulsing border, selected tile glow, cancel button) - Touch/click/keyboard support (Escape to cancel) - Undo fully restores power-up state - Settings toggle (default OFF) in Sound settings sub-page - New game resets power-ups (swap back to 2, demolish to 0) - Full i18n for all 12 languages - Landscape-responsive layout - localStorage persistence for power-up state https://claude.ai/code/session_01NmQy2jF4K9uxBzuzBa4kNG
- Rename "Sound Settings" → "Game Settings" in menu and sub-page title - Rename powerup section title from "Power-ups" → "Powerup Settings" - Powerup toggle label remains "Power-ups" unchanged - Updated i18n keys (gameSettings, powerupSettings) for all 12 languages https://claude.ai/code/session_01NmQy2jF4K9uxBzuzBa4kNG
The sub-page title bar says "Game Settings", with two same-level sections inside: "Sound Settings" (audio toggles) and "Powerup Settings" (powerup toggle). Restored soundSettings i18n key for all 12 languages. https://claude.ai/code/session_01NmQy2jF4K9uxBzuzBa4kNG
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.