Skip to content

Honors/Vivacity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Description

A brief, functional implementation of Conway's Game of Life.

Algorithm

  1. Reduce a grid to a list of (living, neighbor count) tuples.
  2. Execute rules on each tuple to determine new living value.
  3. Reformat list as grid.

About

A functional implementation of Conway's Game of Life.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors