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
- Host: GitHub
- URL: https://github.com/casey/imglife
- Owner: casey
- Created: 2018-05-19T02:02:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-20T00:37:17.000Z (about 8 years ago)
- Last Synced: 2025-03-18T15:49:00.884Z (over 1 year ago)
- Language: Rust
- Size: 38.1 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```