imglife 1.0.7

⢥ Play Conway's Game of Life with images
imglife-1.0.7 is not a library.

imglife

imglife v1.0.7
Casey Rodarmor <casey@rodarmor.com>
⢥ Play Conway's Game of Life with images - https://github.com/casey/imglife

USAGE:
    imglife [OPTIONS] <INPUT> <OUTPUT>

FLAGS:
    -h, --help       Print help information
    -V, --version    Print version information

OPTIONS:
        --alive <ALIVE>    Use <ALIVE> parsed as CCS color for live cells [default: #000000FF]
        --dead <DEAD>      Use <DEAD> parsed as CSS color for live cells [default: #FFFFFFFF]
        --ticks <TICKS>    Run simulation for <TICKS> ticks [default: 1]

ARGS:
    <INPUT>     Load initial state from <INPUT>
    <OUTPUT>    Write final state to <OUTPUT>