Sprint sprint-2026-04-10_12-06: feat: export PNG screenshot + foosball minigame#4
Open
btw-hash wants to merge 3 commits into
Open
Sprint sprint-2026-04-10_12-06: feat: export PNG screenshot + foosball minigame#4btw-hash wants to merge 3 commits into
btw-hash wants to merge 3 commits into
Conversation
Two bugs from asymmetric OX / OX_RIGHT split: 1. CW = OX + COLS*T + OX used left offset for both sides — canvas was 20px too narrow, so right panel anchored at CW-OX_RIGHT sat inside the right wall. 2. drawRightPanel used panelX = CW - OX + 3 (left offset) instead of CW - OX_RIGHT + 3 — panel drew 20px further left than intended. 3. Day-light shaft at ly used CW - OX*2; corrected to CW - OX - OX_RIGHT. Now right panel sits flush against the canvas edge and the wall is fully visible next to it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Add 📸 PNG button to header that captures office canvas as timestamped PNG download - Mark ROADMAP [x] Export office as PNG screenshot (Day 10) - New minigame: src/minigames/foosball.js — top-down foosball vs CPU • ↑↓ / W/S controls your row of 3 blue players • CPU red row auto-tracks ball • First to 5 goals wins, score saved to leaderboard • Pixel-art green field, glowing players, physics ball deflection - Wire foosball click handler in app.js (foosball object already in CLICK_OBJ_MAP) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
🚅 Deployed to the agent-dashboard-pr-4 environment in agent-dashboard
|
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.
Automated sprint snapshot.
Tag:
sprint-2026-04-10_12-06Branch:
sprint/2026-04-10_12-06Base:
masterDo not merge via GitHub UI. This PR exists only to spin up a Railway preview environment.
Approve or revert through the Telegram report buttons.