Skip to content

BeauBouchard/hex-conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Conway's Game of Life.

Hexagon implementation of Conway's game of life.

Gif animation of grid

Demo : https://wh.iterabb.it/life/

Rules:

A Cell dies if it has less than 2 neighbors, as if caused by under-population.

A Cell dies if it has more than 4 neighbors as if by overcrowding.

A Cell with 4 neighbors lives on to the next generation.

An empty tile becomes a live cell if it has 3 or 5 neighbors as if by reproduction.

https://wh.iterabb.it/life/

About

Hexagon implementation of Conway's game of life, rules 3,5/2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published