Skip to content

4kmartin/Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conways Game of Life

programmed in rust! 🎺🎺🎺

rules of life:

If a living cell is;

  1. neighbored by more than 3 living cells, or
  2. neighbored by less than 2 living cells

it dies.

if a dead cell has 3 living neighbors it comes alive!

thats it!

About

An implementation of Conway's Game Of Life in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages