conway 0.3.0

library for multi-player game of life Conwayste
Documentation

libconway

This crate is part of Conwayste, a multi-player version of Conway's game of life. In particular, this crate implements the life engine.

See the documentation for the latest published version at docs.rs.

Usage

Put this in your Cargo.toml and hack away, friend:

[dependencies]
conway = "*"