https://github.com/deciduously/conway
Conway's Game of Life in Rust
https://github.com/deciduously/conway
Last synced: about 1 year ago
JSON representation
Conway's Game of Life in Rust
- Host: GitHub
- URL: https://github.com/deciduously/conway
- Owner: deciduously
- License: mit
- Created: 2017-07-08T16:53:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-12T14:18:52.000Z (almost 9 years ago)
- Last Synced: 2025-04-01T14:18:59.390Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Conway's Game of Life
Loops forever - use ctrl-c to end.
invoke with the desired world file: `cargo run blinker` or `cargo run glider`
World files must be square, any non-'0' char is parsed as "true" for the starting state.
Included examples are a 3x3 blinker, 9x9 world with a simple glider, and a 20x20 world with a simple LWSS