czl9707/GitHub Space Shooter
Transform your GitHub contribution graph into a space shooter game GIF
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token for fetching contribution data (usually secrets.GITHUB_TOKEN) | yes | — |
| username | GitHub username to generate game for (defaults to repository owner) | no | ${{ github.repository_owner }} |
| output-path | Path where the GIF should be saved | no | gh-space-shooter.gif |
| strategy | Enemy attack strategy (column, row, or random) | no | random |
| fps | Frames per second for the animation (default: 40) | no | 40 |
| no-amend | Disable amending previous commits (always create new commits) | no | false |
| commit-message | Commit message for the GIF update | no | Update space shooter game GIF |
Outputs
| name | description |
|---|---|
| output-file | Path to the generated output file (GIF or WebP) |