#game #lib #game-of-life #game-state

conways_game_of_life_lib_rust

Core library functionality for Conway's Game of Life

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

#93 in Simulation

21 downloads per month

MIT license

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.

No runtime deps