Skip to content

sinon/gridlife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

codecov

Implementation of Conway's Game of Life.

Generate 2d Grid of given size that are empty or contain a random distribution of dead or alive populations.

update_states is then called on the Grid to generate the next grid state based on the rules of Conway's Game of Life.

Package also contains an example Text User Interface (TUI) leveraging gridlife with ratatui, which can be used to run random simulations.

Run TUI

cargo run --features="build-binary"

image

About

Conway's Game of Life implementaiton in Rust

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published