Crates.io | yagoll |
lib.rs | yagoll |
version | 0.1.2 |
source | src |
created_at | 2022-06-17 18:14:34.0906 |
updated_at | 2022-07-07 01:34:22.358514 |
description | Yet Another Game of Life Library - A toy-ish library for initializing and interacting with Conway's Game of Life |
homepage | |
repository | |
max_upload_size | |
id | 608106 |
size | 22,012 |
yagoll
is a simple Game of Life library designed to be consumed by other Rust programs for the purposes of initializing and interacting with configurable Game of Life instances.
I wanted to learn how to make and publish a Rust library and this seemed like an easy way to accomplish that.
To see the library in action, follow the steps below:
git clone https://github.com/ChrisRenfrow/yagoll.git && cd yagoll
cargo run --example play-game-of-life ./tests/test-boards/four-circles.txt 20 500
Iterable
for Board