#image #conway #life #play #game #alive #

app imglife

⢥ Play Conway's Game of Life with images

8 stable releases

Uses old Rust 2015

1.0.7 May 20, 2018
1.0.6 May 19, 2018

#844 in Games

CC0 license

13KB
411 lines

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>

Dependencies

~12MB
~80K SLoC