8 stable releases
Uses old Rust 2015
1.0.7 | May 20, 2018 |
---|---|
1.0.6 | May 19, 2018 |
#727 in Games
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
~5MB
~102K SLoC