Skip to content

oelrich/cgol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cgol

An implementation of Conway's Game of Life.

The Rules

  1. A neighbour is a cell horizontally, vertically or diagonally adjacent to the cell.
  2. A cell with life must have two or three neighbours to survive.
  3. Any empty cell comes to life if it have tree living neighbours.

Note

The primary purpose of this repo is not to create an implementation of Conway's Game of Life. It's more about testing things. The collections of commits this update came with was mainly an excuse to try signing commits and get a TDD-setup running.

About

An implementation of Conway's Game Of Life.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published