Skip to content

stephanjohnson/conway001

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •