Skip to content

Releases: Goblinlordx/commit-invaders

v1.2.1

26 Mar 10:51
v1.2.1
49ce2ef

Choose a tag to compare

Full Changelog: v1...v1.2.1

v1.2.0 — Intro scoreboard & scene transitions

26 Mar 06:09
v1.2.0
eb101a5

Choose a tag to compare

What's New

Intro Scoreboard

  • High score board now appears at the start of the animation instead of deep in the ending sequence
  • Most viewers loop the animation and never saw the ending scoreboard — now it's the first thing they see
  • Column spacing tightened from 25%/75% to 35%/65% for a more compact layout

Scene Transitions

  • Fade to/from black as the universal transition between all scenes
  • Sequence: black → scoreboard fades in/holds/out → black → game fades in → READY → gameplay → ending → fade to black → loop
  • Consistent transition state works identically with or without scoreboard

Smooth First-Wave Darkening

  • The overlay that darkens the contribution grid now uses a smooth sine ramp for the first wave instead of an abrupt jump
  • brightenDuration increased from 1s to 2s for a more natural feel

Scoreboard Deduplication

  • Consecutive days with identical sliding-window scores are collapsed into a single representative (middle day of each run)
  • Eliminates noise from plateaus where no commits enter/exit the window
  • The selected day shifts naturally as the window changes

Other

  • Ship, READY label, and score counter all hidden during intro, fade in at transition point
  • Wave 1 center label starts at transition point, not frame 0
  • Generate script updated with new config defaults

Full Changelog: v1...v1.2.0

v1.1.2

26 Mar 06:45
v1.1.2
da46fb3

Choose a tag to compare

Full Changelog: v1...v1.1.2

v1.1.1

26 Mar 06:38
v1.1.1
3994ba6

Choose a tag to compare

Full Changelog: v1...v1.1.1

v1.1.0 — 10-year scoreboard history

26 Mar 03:38
v1.1.0
cd92d42

Choose a tag to compare

Scoreboard now fetches up to 10 years of contribution history for richer high score entries spanning your full GitHub lifetime.

Commit Invaders v1.0.6 — Space Invaders from your GitHub contributions

26 Mar 03:30
v1.0.6
7ce1db1

Choose a tag to compare

Commit Invaders 👾

Generate an animated Space Invaders game from your GitHub contribution graph — pure CSS animation, no JavaScript in the SVG, GitHub
README-safe.

Features

  • 🎮 Space Invaders gameplay from your real contribution data
  • 🌗 Dark + Light SVG variants with <picture> tag support
  • 🏆 High score board from contribution history
  • 🔁 Seamless looping animation
  • ⚡ Run as GitHub Action (daily cron) or locally via npx

Links

v1.0.5

26 Mar 03:22
2bfc3e6

Choose a tag to compare

Clean up action inputs, fix scoreboard colors, consistent naming (no_scoreboard)

v1.0.4

26 Mar 03:05
333a9e9

Choose a tag to compare

Fix scoreboard palette colors, force push to output branch, dark+light SVG variants

v1.0.3

26 Mar 02:30
v1.0.3
a1e85d2

Choose a tag to compare

Test trusted publisher with npm@11

v1

26 Mar 03:38
49ce2ef

Choose a tag to compare

v1

Full Changelog: v1.0.6...v1