Skip to content

Sprint sprint-2026-04-10_12-06: feat: export PNG screenshot + foosball minigame#4

Open
btw-hash wants to merge 3 commits into
masterfrom
sprint/2026-04-10_12-06
Open

Sprint sprint-2026-04-10_12-06: feat: export PNG screenshot + foosball minigame#4
btw-hash wants to merge 3 commits into
masterfrom
sprint/2026-04-10_12-06

Conversation

@btw-hash

Copy link
Copy Markdown
Owner

Automated sprint snapshot.

Tag: sprint-2026-04-10_12-06
Branch: sprint/2026-04-10_12-06
Base: master

Do not merge via GitHub UI. This PR exists only to spin up a Railway preview environment.
Approve or revert through the Telegram report buttons.

btw-hash and others added 3 commits April 9, 2026 21:49
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>
@railway-app

railway-app Bot commented Apr 10, 2026

Copy link
Copy Markdown

🚅 Deployed to the agent-dashboard-pr-4 environment in agent-dashboard

Service Status Web Updated (UTC)
agent-dashboard ◻️ Removed (View Logs) Web Apr 16, 2026 at 11:51 pm

@railway-app railway-app Bot temporarily deployed to agent-dashboard / agent-dashboard-pr-4 April 10, 2026 09:06 Destroyed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant