#life #conway #cell #grid #coord #game #no-std

lifeless

A no_std-friendly library for implementing Conway's Game of Life

2 unstable releases

0.2.0 Feb 18, 2024
0.1.1 Feb 14, 2024
0.1.0 Feb 14, 2024

#224 in Games

47 downloads per month

Unlicense

9KB
213 lines

lifeless

A no_std-friendly library for implementing Conway's Game of Life.


lib.rs:

A no_std-friendly library for implementing Conway's Game of Life.

See:

  • Cell for the cells.
  • Grid for the cell grid.
  • Coord for the coordinates used in the cell grid.

No runtime deps