blockbreakerteam/Block Breaker Score Validator
Validate and track Block Breaker game scores in your CI pipeline. Visit https://block-breaker-game.com for the full game.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| score | The game score to validate | yes | — |
| min-score | Minimum acceptable score (default: 0) | no | 0 |
| max-level | Maximum level to validate against | no | 100 |
Outputs
| name | description |
|---|---|
| valid | Whether the score is valid (true/false) |
| grade | Score grade (S/A/B/C/D/F) |