{"name": "Conway's Game - Gosper Glider Gun", "description": "The original Gosper Glider Gun from 1970 - first known gun pattern that produces gliders every 30 generations", "gridWidth": 40, "gridHeight": 15, "initialPattern": [{"x": 2, "y": 6, "alive": true}, {"x": 2, "y": 7, "alive": true}, {"x": 3, "y": 6, "alive": true}, {"x": 3, "y": 7, "alive": true}, {"x": 12, "y": 6, "alive": true}, {"x": 12, "y": 7, "alive": true}, {"x": 12, "y": 8, "alive": true}, {"x": 13, "y": 5, "alive": true}, {"x": 13, "y": 9, "alive": true}, {"x": 14, "y": 4, "alive": true}, {"x": 14, "y": 10, "alive": true}, {"x": 15, "y": 4, "alive": true}, {"x": 15, "y": 10, "alive": true}, {"x": 16, "y": 7, "alive": true}, {"x": 17, "y": 5, "alive": true}, {"x": 17, "y": 9, "alive": true}, {"x": 18, "y": 6, "alive": true}, {"x": 18, "y": 7, "alive": true}, {"x": 18, "y": 8, "alive": true}, {"x": 19, "y": 7, "alive": true}, {"x": 22, "y": 4, "alive": true}, {"x": 22, "y": 5, "alive": true}, {"x": 22, "y": 6, "alive": true}, {"x": 23, "y": 4, "alive": true}, {"x": 23, "y": 5, "alive": true}, {"x": 23, "y": 6, "alive": true}, {"x": 24, "y": 3, "alive": true}, {"x": 24, "y": 7, "alive": true}, {"x": 26, "y": 2, "alive": true}, {"x": 26, "y": 3, "alive": true}, {"x": 26, "y": 7, "alive": true}, {"x": 26, "y": 8, "alive": true}, {"x": 36, "y": 4, "alive": true}, {"x": 36, "y": 5, "alive": true}, {"x": 37, "y": 4, "alive": true}, {"x": 37, "y": 5, "alive": true}]}