feat: AI Death Clock GitHub Page#1
Merged
Merged
Conversation
…, chart, predictions, and unit tests Agent-Logs-Url: https://github.com/nitrocode/game/sessions/fb361c85-7af6-4772-aeee-27a14da0e6ac Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
Agent-Logs-Url: https://github.com/nitrocode/game/sessions/fb361c85-7af6-4772-aeee-27a14da0e6ac Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Build death clock with token consumption correlation
feat: AI Death Clock GitHub Page
Apr 14, 2026
nitrocode
approved these changes
Apr 14, 2026
Copilot AI
added a commit
that referenced
this pull request
Apr 27, 2026
… PRD #1) Agent-Logs-Url: https://github.com/nitrocode/token-deathclock/sessions/f00ab819-68de-4607-b872-c314765f8507 Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
2 tasks
nitrocode
added a commit
that referenced
this pull request
Apr 27, 2026
… PRD #1) (#103) * feat: implement Token Horoscope daily satirical AI horoscope (Phase 3 PRD #1) Agent-Logs-Url: https://github.com/nitrocode/token-deathclock/sessions/f00ab819-68de-4607-b872-c314765f8507 Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com> * docs: update LEARNINGS.md and project-stats for PR #95 Token Horoscope Agent-Logs-Url: https://github.com/nitrocode/token-deathclock/sessions/f00ab819-68de-4607-b872-c314765f8507 Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com> * docs: correct PR number in LEARNINGS.md horoscope entry (#95 → #103) Agent-Logs-Url: https://github.com/nitrocode/token-deathclock/sessions/adcbfbe9-8f33-4cc9-8dfe-077823619d37 Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nitrocode <7775707+nitrocode@users.noreply.github.com>
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.
Adds a static GitHub Pages site visualising the environmental cost of global AI token consumption — live counters, environmental milestone tracker, growth chart with projections, and a prompt/PR quality scorecard.
Core files
death-clock-core.js— all pure logic (token formatting, impact calculations, milestone detection, date predictions, scoring). No DOM deps; fully unit-testable.script.js— DOM layer:requestAnimationFramecounter loop, Chart.js init, milestone/table/scoring rendering, theme toggle.styles.css— CSS-variable theming (dark default / light), scanline overlay, glow/blink/pulse animations, responsive grid.Features
🌲 Trees → 🐝 Bees → 💧 Water → 🪸 Coral → 🧊 Glaciers → 🌊 Ocean → 💀 ExtinctionTests & CI
death-clock-core.js.github/workflows/test.yml— runs on every push/PR.github/workflows/deploy.yml— deploys to GitHub Pages on push tomainScreenshots
Dark mode

Light mode

GitHub Pages source must be set to GitHub Actions once under Settings → Pages → Source. The deploy workflow is already committed.
Original prompt