Crate conway_rs [] [src]

A simple implementation of Conway's Game of Life

The main modules are the cell and grid. Utils module has just a function whose returns a random number to initialize the grid.

Modules

cell

This module handle the individual life of each cell.

grid

This module handles the all cells given a struct called Grid.

utils

This module contains the random_state function used in random_grid