Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

conway001

implementation of conway's game of life (001)

Sample data payload

{
  "Civilization": "fccb0312-331e-4b8e-a80b-3900ef7eb419",
  "DateCreated": "1 Januay 2000 18:00:00",
  "Generation": 0,
  "Size": {
    "x": 10,
    "y": 10
  },
  "Population": [
    {
      "x": 5,
      "y": 7
    },
    {
      "x": 5,
      "y": 8
    }
  ]
}

About

implementation of conway's game of life (001)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages