Skip to content

Latest commit

 

History

History
27 lines (24 loc) · 356 Bytes

README.md

File metadata and controls

27 lines (24 loc) · 356 Bytes

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
    }
  ]
}