No description
  • TypeScript 86.8%
  • HTML 12.9%
  • Nix 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Allison Bentley dad10db197
Final narrative polish, deployment config, and birthday scene
Narrative:
- Prologue: "Today feels special... but I can't remember why"
- Act 1 memories: progressive hints toward celebration (photos 3-6 linked)
- Level 8 gem: "it's coming back to me"
- Interlude: name reveal + "I almost forgot with how much I've been working"
  + "All these memories with Allison and friends..."
- Removed all fox references (prologue, memories, level 12, interlude)
- Fixed level messages referencing old 24-level count

Birthday scene:
- Multi-page letter from Allison to Helen after final level
- Fades between pages with warm styling

Deployment:
- Cloudflare Workers with static assets (wrangler.toml)
- wrangler dev dependency added
- pnpm run deploy script
- Live at 24carrotgold.bentley.sh

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 18:12:31 +00:00
public/assets Final narrative polish, deployment config, and birthday scene 2026-03-18 18:12:31 +00:00
src Final narrative polish, deployment config, and birthday scene 2026-03-18 18:12:31 +00:00
.envrc Initial commit: 24-carrot puzzle game with push/pull and beamline mechanics 2026-03-12 15:18:07 +00:00
.gitignore Initial commit: 24-carrot puzzle game with push/pull and beamline mechanics 2026-03-12 15:18:07 +00:00
asset-preview.html Initial commit: 24-carrot puzzle game with push/pull and beamline mechanics 2026-03-12 15:18:07 +00:00
flake.lock Initial commit: 24-carrot puzzle game with push/pull and beamline mechanics 2026-03-12 15:18:07 +00:00
flake.nix Initial commit: 24-carrot puzzle game with push/pull and beamline mechanics 2026-03-12 15:18:07 +00:00
index.html Initial commit: 24-carrot puzzle game with push/pull and beamline mechanics 2026-03-12 15:18:07 +00:00
package.json Final narrative polish, deployment config, and birthday scene 2026-03-18 18:12:31 +00:00
pnpm-lock.yaml Final narrative polish, deployment config, and birthday scene 2026-03-18 18:12:31 +00:00
tsconfig.json Initial commit: 24-carrot puzzle game with push/pull and beamline mechanics 2026-03-12 15:18:07 +00:00
vite.config.ts Initial commit: 24-carrot puzzle game with push/pull and beamline mechanics 2026-03-12 15:18:07 +00:00
wrangler.toml Final narrative polish, deployment config, and birthday scene 2026-03-18 18:12:31 +00:00