6 releases
0.2.2 | Jun 13, 2023 |
---|---|
0.2.1 | Jun 4, 2023 |
0.2.0 | May 28, 2023 |
0.1.2 | Feb 18, 2023 |
0.1.0 | Jan 27, 2023 |
#208 in Simulation
16KB
246 lines
Conway's Game of Life lib
Conway's Game of Life implemented in Rust as a library.
A simple library for creating applications running Conway's Game of Life. Includes core functions and as well as method to write current state to filesystem.
lib.rs
:
Conway's Game of Life
Core functionality for Conway's Game of Life. Includes data type and implementation for manipulating it. Also includes methods for serialising data to file.