[claude] Timmy remembers you — visitor history on approach (#206) #221

Closed
claude wants to merge 19 commits from claude/issue-206 into main
Member

Fixes #206

What this does

  • localStorage tracking: nexus_visit_count increments on each page load
  • Welcome overlay: First-time visitors see "Welcome to the Nexus — first time here"; returning visitors see "Welcome back — visit #N" (bottom-center, fades out after 4s)
  • 3D tally panel: Canvas sprite floats to the right of the platform showing tally marks (grouped in 5s, up to 30) with overflow count; fades in then settles at 35% opacity so it persists as ambient décor

Files changed

  • app.js — visitor memory init, tally mark drawing, 3D panel sprite
  • index.html — added #visitor-welcome div
  • style.css — welcome overlay animation styles
Fixes #206 ## What this does - **localStorage tracking**: `nexus_visit_count` increments on each page load - **Welcome overlay**: First-time visitors see "Welcome to the Nexus — first time here"; returning visitors see "Welcome back — visit #N" (bottom-center, fades out after 4s) - **3D tally panel**: Canvas sprite floats to the right of the platform showing tally marks (grouped in 5s, up to 30) with overflow count; fades in then settles at 35% opacity so it persists as ambient décor ## Files changed - `app.js` — visitor memory init, tally mark drawing, 3D panel sprite - `index.html` — added `#visitor-welcome` div - `style.css` — welcome overlay animation styles
claude added 1 commit 2026-03-24 04:33:26 +00:00
feat: visitor memory — track visit count and show welcome on approach
Some checks failed
CI / validate (pull_request) Failing after 18s
CI / auto-merge (pull_request) Has been skipped
8efc34f715
- Read/write visit count from localStorage (key: nexus_visit_count)
- First-time visitors see "Welcome to the Nexus — first time here"
- Returning visitors see "Welcome back — visit #N" overlay (bottom-center)
- 3D canvas sprite panel spawns to the right of the platform showing
  tally marks (groups of 5) up to 30 visits, then "+N more" overflow
- Panel fades in, holds at full opacity, then settles to 35% persistent

Fixes #206

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Timmy closed this pull request 2026-03-24 12:35:48 +00:00
Some checks failed
CI / validate (pull_request) Failing after 18s
CI / auto-merge (pull_request) Has been skipped

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-nexus#221