Skip to content

andres99x/conoways_game_of_life-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life Implementation

To run the code first build the Docker image with:

$ docker build -t conoways-game-of-life .

and then run the container with:

$ docker run --rm conoways-game-of-life

About

Go Implementation of Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages