A GitHub Action to validate and grade Block Breaker game scores in your CI pipeline.
Play the game: block-breaker-game.com
- uses: blockbreakerteam/block-breaker-action@v1
with:
score: '5000'
min-score: '1000'| Input | Required | Default | Description |
|---|---|---|---|
score |
Yes | - | The game score to validate |
min-score |
No | 0 |
Minimum acceptable score |
max-level |
No | 100 |
Maximum level to validate against |
| Output | Description |
|---|---|
valid |
Whether the score meets the minimum (true/false) |
grade |
Score grade: S (10000+), A (5000+), B (2000+), C (1000+), D (500+), F |
Block Breaker Game -- Free online block breaker game. Play classic breakout-style arcade action in your browser.
MIT