Skip to content

Game of life with the "Game of Life" Convolution Kernel. In honor of John Conway, 1937-2020.

Notifications You must be signed in to change notification settings

tedyhabtegebrial/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameOfLife with the a single kernel convolution

$ python3.6 play.py

A simple implementation of game of life.

This is implementation performs cell update by calcualting the number of neighbours for each cell by convolving the current world-state with the "game-of-life-kernel".

World State:

Game of life kernel:

About

Game of life with the "Game of Life" Convolution Kernel. In honor of John Conway, 1937-2020.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages