jair0305/GitHub Contribution Minesweeper

Generate an animated Minesweeper game from your GitHub contributions

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_user_nameGitHub username to generate minesweeper foryes
github_tokenGitHub token for API accessyes
output_pathDirectory to output generated SVGsnodist
mine_strategyHow to place mines: all-contributions, top-contributors, or percentagenoall-contributions
mine_percentagePercentage of active days to be mines (for percentage strategy, 0.05-0.50)no0.15
animation_speedAnimation speed in milliseconds (higher = slower)no100
namedescription
svg_pathPath to the generated light mode SVG
svg_dark_pathPath to the generated dark mode SVG
board_sizeSize of the generated board (e.g., 52x7)
total_minesTotal number of mines on the board
movesNumber of moves in the solution
is_wonWhether the game was won