Vanilla HTML/CSS/JS Tamagotchi-style game with three species (green, loggerhead, leatherback), persistent idle progression, hazard QTEs (sharks, boats, ghost nets, tourists), and offline PWA support via service worker. Includes README with cited conservation resources and research.
19 lines
203 B
Plaintext
19 lines
203 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
*.swp
|
|
|
|
# Local databases
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Tooling / AI agent state (not part of the app)
|
|
.claude/
|
|
.claude-flow/
|
|
.swarm/
|
|
.mcp.json
|
|
CLAUDE.md
|