Skip to content

blockbreakerteam/block-breaker-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Block Breaker Score Validator Action

A GitHub Action to validate and grade Block Breaker game scores in your CI pipeline.

Play the game: block-breaker-game.com

Usage

- uses: blockbreakerteam/block-breaker-action@v1
  with:
    score: '5000'
    min-score: '1000'

Inputs

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

Outputs

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

About

Block Breaker Game -- Free online block breaker game. Play classic breakout-style arcade action in your browser.

License

MIT

About

GitHub Action for Block Breaker game score validation - https://block-breaker-game.com

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors