silenzcience/Game Of Life Action
Generate and evolve Game of Life images in your repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Output folder for generated images | no | GameOfLife/images |
| cdead | Dead cell colors as #light,#dark | no | #FFFEFEFF,#141321FF |
| cdying | Dying cell colors as #light,#dark | no | #28394AFF,#F7D747FF |
| calive | Alive cell colors as #light,#dark | no | #41B782FF,#D83A7DFF |
| canvas | Canvas size as height,width | no | 420,1200 |
| grid | Grid size as vertical,horizontal | no | 84,240 |
| do-gif | Generate an animated GIF instead of advancing one game cycle | no | false |
| gif-file | Source image file passed to -gif | no | "" |
| gif-length | Number of frames to include in the GIF | no | 10 |
| gif-speed | Duration of each GIF frame in milliseconds | no | 100 |
| gif-name | Base name for generated GIF file(s) (without extension) | no | GameOfLife |
| python-version | Python version to use | no | 3.12 |
| commit | Automatically commit and push generated changes | no | false |
| commit-message | Commit message used when commit is enabled | no | 🤖 Update Game of Life |
| git-user-name | Git author name used for managed commit | no | github-actions[bot] |
| git-user-email | Git author email used for managed commit | no | github-actions[bot]@users.noreply.github.com |
Outputs
no outputs