An open API service indexing awesome lists of open source software.

https://github.com/casey/imglife

⢥ Play Conway's Game of Life with images
https://github.com/casey/imglife

Last synced: 11 months ago
JSON representation

⢥ Play Conway's Game of Life with images

Awesome Lists containing this project

README

          

# imglife

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

USAGE:
imglife [OPTIONS]

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

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

ARGS:
Load initial state from
Write final state to
```